![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#31 | ||
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Quote:
wtf!? More powerful? How? As in it runs on more systems? No it doesn't. As in it even runs with equal performance across systems? No it doesn't. As in it's an inflexible language that forces silly restraints (one class per file) and doesn't provide you with the ability to provide intuitive, logical APIs (operator overloading, multiple inheritance)? Yes. Quote:
|
||
|
|
|
|
|
#32 | |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Quote:
... couldn't one require that the first character (or any char) be related to numeric input, like has to be a number, -, +, . before it hits eval()?
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
|
#33 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
But the point is that it doesn't have to be a number. It just eval()s whatever you give it. For example, this is a valid entry to an input:
>>> input("Enter stuff: ")
Stuff: 'foo' + 'bar'
'foobar' |
|
|
|
|
|
#34 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Java is a very scary language, don't learn it if you are a beginner.
I tried that and it discouraged me from programming for a while... it made me think I couldn't program. :p |
|
|
|
|
|
#35 | |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
Now You don't have to listen to me about how superior Java is to Python, but how does 4000 open positions for a java developer in the United States alone sound like? then go to CareerBuilder.com and search for Python and you get 250 positions. Maybe things are different in the UK but last time I checked, (4000 > 250) returns true. |
|
|
|
|
|
|
#36 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Maybe what makes a programming language enjoyable is not the potential job openings... but possibly the fun and inspiration?
|
|
|
|
|
|
#37 | |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#38 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
We're talking about what language will be best for verb, not business.
Verb is new to programming, and his intentions seem purely upon interest in it. Therefore he needs an enjoyable language that won't discourage him from programming, not necessarily a language that he will use to make money in the future. |
|
|
|
|
|
#39 | ||
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
I know java can be a little hard on beginners Quote:
I say False advertisement because multiple inheritance is possible in java by using interfaces and java runs on JVM which can be downloaded for windows, MacOS, and most Linux distros AND which also guaranties that your program will run identically across systems. EDIT: And who said you can only have one class per file, you got it all wrong buddy. You're only allowed one PUBLIC class per file but you can have as many private classes as you want to be used within that file. Last edited by OpenLoop; Aug 15th, 2005 at 10:08 PM. |
||
|
|
|
|
|
#40 |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Yep, I agree.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|