Author |
Message |
wtd
|
Posted: Tue Dec 27, 2005 12:00 am Post subject: What's the most shocking thing about language X? |
|
|
So, when you learned a new programming language, what were the things that most shocked you about it? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Dec 27, 2005 12:21 am Post subject: (No subject) |
|
|
One of the things that has shocked me about Turing is that it is interpreted and then compiled as C++.
Seeing plaintext comments about Visual Studio inside the Turing IDE file is just hilarious |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Martin
|
Posted: Tue Dec 27, 2005 12:29 am Post subject: (No subject) |
|
|
Scheme. The functional syntax.
Perl. Perl. |
|
|
|
|
|
rizzix
|
Posted: Tue Dec 27, 2005 1:15 am Post subject: (No subject) |
|
|
J. The gibberish. (i gave up learning it) |
|
|
|
|
|
Martin
|
Posted: Tue Dec 27, 2005 2:23 am Post subject: (No subject) |
|
|
I sat down and spent a good 8 hours one day trying to learn Brainfuck. It's well named, to say the least. |
|
|
|
|
|
Cervantes
|
Posted: Tue Dec 27, 2005 9:06 am Post subject: (No subject) |
|
|
Ruby. Chunky bacon. |
|
|
|
|
|
MysticVegeta
|
Posted: Tue Dec 27, 2005 11:21 am Post subject: (No subject) |
|
|
The complicated IO and output commands of Java compared to Turing and C++
Edit: woot!! Edit button atlast. By the ways, wtd you didnt say anything.. :S |
|
|
|
|
|
md
|
Posted: Tue Dec 27, 2005 11:49 am Post subject: (No subject) |
|
|
Basic: There are actually pointers if you dig deep enough |
|
|
|
|
|
Sponsor Sponsor
|
|
|
[Gandalf]
|
Posted: Tue Dec 27, 2005 4:06 pm Post subject: (No subject) |
|
|
MysticVegeta: The edit button has always been there in the general programming section, just not in any 'help' section.
Cornflake: Really?
Surprising... Hmm... Let's start off simple.
JavaScript - OOP! |
|
|
|
|
|
wtd
|
Posted: Tue Dec 27, 2005 4:49 pm Post subject: (No subject) |
|
|
There's not a whole lot that still surprises me.
That Micrsoft is planning to incorporate anonymous functions, comprehensions and type inferencing in C# 3.0 is a bit of a surprise, though. |
|
|
|
|
|
Martin
|
Posted: Tue Dec 27, 2005 6:32 pm Post subject: (No subject) |
|
|
You want suprising? Write a 4DL program that actually compiles:
http://www.cliff.biffle.org/esoterica/4dl.html
4DL turns programming into not only a visual task, but an exercise in visualizing higher-order dimensional spaces--which everyone does in their free time, right? |
|
|
|
|
|
wtd
|
Posted: Wed Dec 28, 2005 6:40 pm Post subject: (No subject) |
|
|
Sounds a bit like a four dimensional 'Funge. |
|
|
|
|
|
rizzix
|
Posted: Thu Dec 29, 2005 2:25 pm Post subject: (No subject) |
|
|
"Instant job security" -- watch out for those theoretical physicists.. |
|
|
|
|
|
bugzpodder
|
Posted: Mon Jan 02, 2006 7:05 pm Post subject: (No subject) |
|
|
wtd wrote: There's not a whole lot that still surprises me.
That Micrsoft is planning to incorporate anonymous functions, comprehensions and type inferencing in C# 3.0 is a bit of a surprise, though.
I've being reading up on some .net stuff (JIT, IL, CLR), and the architecture is in itself quiet impressive to me. More impressive than, say Java, IMHO. |
|
|
|
|
|
wtd
|
Posted: Mon Jan 02, 2006 7:18 pm Post subject: (No subject) |
|
|
It's not too horrendous. Keep in mind, though, that with mainstream languages you're generally seeing something about 20 years behind the mainstream.
Talk to old Lisp or Smalltalk programmers and they will not seem nearly so impressed. |
|
|
|
|
|
|