Sun 12 Aug 2007
It seems like the world of programming languages is broken into two camps:
- those languages that are fun and easy to program in, such as Ruby, SmallTalk, and Scheme
- and the other ones that are a bit of a pain but are the only things you’re gonna write desktop apps in, such as C, Objective-C, etc
There have been attempts to bridge them together, but they never mesh that well. Well it looks like Tim Burks may have taken a major step in bringing these two camps together with his project Nu. He explains that it is the syntax of Lisp (so yes, parenthesis abound — can’t have everything, right?) build on, for, and with Objective-C. You can even define Objective-C classes from within Nu!
I, for one, am really looking forward to writing a GUI app using a language that has the power, but not the verbosity, of Objective-C.
August 13th, 2007 at 00.31
Hi Brian… Have you had a look at the Mono Project http://www.mono-project.com You can program on top of it with Python (IronPython) currently and will soon be able to do the same using Ruby once IronRuby is released…