I read throught it full of hope and expectations, Then saw the date. 2007. the NBL was said to show up within two years. Another lesson to a) check the sources. b) remember to be wary of the "I see the future" types of article.
The Next Big Language
11–20 of 75 posts
Re: The Next Big Language
#12Yeah, I was reading that going "Scala, Scala, Scala, dynamic typing? #$(^(*@)#$" I'm pretty sure that the NBL will continue to be whatever large and influential organization wants it to be.
Re: The Next Big Language
#13I am really hesitating to mention this but maybe the discussion could help find a solution. The submitter clearly pasted the correct URL and got a link to the original submission (1311 days ago) but went ahead and added "?" to the end of the url to fool the dup filter and submitted again. It is not even a case of two different urls to the same dynamically generated page! I don't want to rush to accusation of karma wh…
Re: The Next Big Language
#14Earlier quoted context omitted.
Maybe you're already aware of this, but a few months ago he started occasionally posting again -- here's his "I'm back" post: http://steve-yegge.blogspot.com/2010/07/blogger-finger.html . That said, I miss his longer-form and more frequent posts too.
I wonder how he feels about clojure after ~6 months.
Re: The Next Big Language
#15All those stuff and sure much more have to be done:
- performance of eval() (yes, I even don't know if this is ever possible)
- tools (great-eclipse-visual-studio-like IDE)
- Destructuring bind (e.g. x, y = returnTwoValues())
- Standard OOP with classes, instances, interfaces, polymorphism, etc.
- Visibility quantifiers (public/private/protected)
- Iterators and generators
- Namespaces and packages
- Operator overloading
- Static typing and duck typing
- Solid string and collection libraries
Does anyone know if ECMA Script is going to implement half of the stuff?
Re: The Next Big Language
#16I seem to recall an interview he gave in which he stated that NBL was Javascript 2.
As an aside, RingoJS (successor to Helma) is a nice server-side Rhino JavaScript framework.
Re: The Next Big Language
#17Yeah, I was reading that going "Scala, Scala, Scala, dynamic typing? #$(^(*@)#$" I'm pretty sure that the NBL will continue to be whatever large and influential organization wants it to be.
While I'm not sure Scala is the Language of the Future™, it's relevant to this discussion to point out that the method_missing hacks that make ruby's dynamic typing so attractive are being actively prototyped in Scala. An example snippet: https://gist.github.com/783394 The implementation: http://lampsvn.epfl.ch/trac/scala/changeset/23993
Re: The Next Big Language
#18What's Perl to do, then?
Re: The Next Big Language
#19>>"If you want to spare yourself a lot of angst in deciding which programming language to use, then I recommend this simple rule: Go ugly early. C++ will go out with you in a heartbeat." What's Perl to do, then?
Re: The Next Big Language
#20Ahh... I think we all miss Big Stevey. He role was never replaced and it's a shame for our entire community. I'm glad this was posted. It was written four years ago (Feb. 2007), and his quote is, "[The NBL] is going to arrive very soon (timeline: 18-24 months ...)" He later gave away that he was thinking the NBL was to be server-side Javascript. You have to hand it to him; that was a great guess, even if the timeline…