DISQUS

DISQUS Hello! Phil Dawes' Stuff is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Scheme is love

Started by phildawes · 9 months ago

I’ve been battling again with Scheme recently.
Having spent the last couple of months playing with various languages, I’ve come to the conclusion that scheme is the only one that has any real possibility of becoming my next ‘general purpose language’% ... Continue reading »

4 comments

  • Which implementation of Scheme? Gambit has Termite, but lacks a good standard library, whereas Chicken is the other way around.

    It's having to make decisions like these that make me nervous about learning a new language, and long for good old safe-but-boring Java. At least there's only one (for now).
  • Yep, I've done the Gambit... no Chicken!.. no Gambit!... etc.. shuffle.

    I've settled on gambit for the moment because of termite. I'm hoping that the new library system in the upcoming r6rs standard will lead to more portable set of libraries and make the choice less all-or-nothing.

    Re learning a new language: I think you're right to be nervous. The biggest problem is the Red Pill-ness of it all. Once you've hit upon a feature you like, especially one which gives a big productivity boost, going back to your old language is pretty depressing. I remember in the late nineties witnessing a bunch of jaded smalltalkers hit the java market - they had this constant 'things will never be the same' look about them.
  • Maybe you should take a closer look at Scala?
    http://scala.epfl.ch/

    Not only has it all you can expect from a modern programming language (functional and OO-programming, an exceptionally good type-system which is statically but does not stand in the way, providing type inference, generators, sequence comprehensions), it also provides the ultimate answer to the old singel vs. multiple inheritence discussion: Traits.
    And it has the additional bonus of running on a JAVA JVM, but you can also run it on .NET:
    http://scala.epfl.ch/docu/clr/index.html

    You will find a promising chapter "Abstractions for Concurrency" in "Programming in Scala":
    http://scala.epfl.ch/docu/files/ProgrammingInSc...
  • Cool - I'll check it out. Thanks

Add New Comment

Returning? Login