Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Get rid of the poorly designed environments. (Score 2) 306

Or find a better one. I recommend you try "How to Design Programs", an intro to Scheme, which, despite its syntax, is a very decently designed language. You can buy the book for money, or download it for free. (there's two versions. The newer one is more fun. The older one is more finished.) Racket is the implementation that's designed to work with it, and is available for Windows, Mac, and Linux. For free.
The book is about program design, not about piecing together fragments found on the web.
The Racket mailing list is a place where students can actually ask questions and often get the language designers and implementers to answer even trivial questions.
Try it. It won't take long, and you will learn.
To the extent you are already experienced, you will find the beginning a bit tedious. So skim through until you reach your level.

-- hendrik

Comment Re:Proof or paper (Score 1) 149

About Lisp --- yes, ancient academics still use it. But the cutting edge of Lisping seems to be Scheme these days, and its very much alive indeed, with implementations like Racket (with excellent educational resources), Gambit (which gets along well with C), guile (the FSF's scripting language), and many others, In the user communities around Racket, for example, you see an eagerness to try new things and redesign the language for future generations.

-- hendrik

Comment Leave a choice? (Score 1) 60

Maybe if it is necessary for whatever reason to migrate slashdot to a new visual format and you let slashdot.org point to the new format site you should hang onto your user base by making something like, say, alpha.slashdot.org point to the the same textual content in the old format. It wouldn't bother me at all to have my bookmarks point to alpha.slashdot.org instead of slashdot.org. And for those few devices for which the new format works better, I'll still be able to use the new format.

If it manages to preserve your user base (which surely would contribute to profitability), maybe it would be worthwhile?

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...