That's... erm... historical. SOL was my three-letter-highscore-nick back in the 80ies. (I was like, 12 or so at the time.) That doesn't pronounce too well, and few people knew that Sol <-> our sun. So, when highscore lists allowed for more than SOL, I wrote "Solar". I stuck to that ever since, on the university cluster, my first e-mail address, in various forums... only on IRC and Sourceforge I'm "DevSolar", because someone else came first.Arto wrote:...but, shouldn't that then be "Sol", not "Solar" ?Solar wrote: Don't laugh too loud, SOLARSYSTEM is my LAN's ESSID and workgroup. My nick is "solar", and my wife is nicked "luna".
Alternatives to Java
Re:Ruby rocks!
Every good solution is obvious once you've found it.
Re:Ruby rocks!
OK ...too bad "Solaris" is already taken or you'd have a near-perfect OS name
Re:Alternatives to Java
Actually, Sassenrath et al recently release REBOL/View 1.3 which is a bit nicer license-wise. As for REBOL it was excellent for cross-platform development although it nowadays are a bit lacking in that respect. Still, it might be worth checking out if you're mostly into Windows and Linux. A Mac OS X port should come out soon, but then again 1.3 was suppossed to be out one and a half years ago...Solar wrote: That doesn't sound very performance-critical to me. REBOL claims to be just the thing for that, and a friend of mine (DevL, he is sometimes even around on this forum) found it to be pretty nice - but expensive.
Re:Alternatives to Java
Hi,
Try looking into Eiffel or its more type-safe derivative Sather. I should point out that I have not personally programmed with either, though what I've read about them made them sound very promising (language-wise) for anyone interested in OO languages (try looking for "smarteiffel" or "smalleiffel" or whatever it's called nowadays for a free implementation). The language is highly respected among OO people, has a decent amount of libraries in the "smarteiffel"/"smalleiffel" implementation, should be reasonably efficient (code is compiled down to C code there, IIRC), and has (or is supposed to have) automatic memory management and an (almost) state-of-the-art type system.
Other than that, I have to agree with most of School-R-LEA-1's rant about PL, modulo the caveat that Java and C# at least avoid pointer arithmetic and manual memory management and try to approximate a coherent type system.
-- Christoph
Try looking into Eiffel or its more type-safe derivative Sather. I should point out that I have not personally programmed with either, though what I've read about them made them sound very promising (language-wise) for anyone interested in OO languages (try looking for "smarteiffel" or "smalleiffel" or whatever it's called nowadays for a free implementation). The language is highly respected among OO people, has a decent amount of libraries in the "smarteiffel"/"smalleiffel" implementation, should be reasonably efficient (code is compiled down to C code there, IIRC), and has (or is supposed to have) automatic memory management and an (almost) state-of-the-art type system.
Other than that, I have to agree with most of School-R-LEA-1's rant about PL, modulo the caveat that Java and C# at least avoid pointer arithmetic and manual memory management and try to approximate a coherent type system.
-- Christoph
Re:Alternatives to Java
I only very recently heard about it, but you might want to check out mono:
http://www.mono-project.com
It sound like you could use C# to write cross-platform apps.
http://www.mono-project.com
It sound like you could use C# to write cross-platform apps.