Which is the best implementation of LISP family of languages for real world programming ?
Elena
egarrulo at gmail.com
Fri Jun 11 17:44:07 EDT 2010
On 11 Giu, 20:03, Chris Hulan <chris.hu... at gmail.com> wrote:
> Haven't used it but Racket (http://racket-lang.org/) looks to be a new
> and improved Scheme
I have checked it out and I don't recommend it to others.
Racket is not Scheme anymore (it can't use SLIB, which relies on
common Scheme facilities). Racket is a language and an environment on
their own. For instance: debugging facilities are hidden into its IDE,
therefore you'll have to leave your debugging environment of choice.
Yes, you can run a REpL outside of its IDE, but you can't do much more
than that.
More information about the Python-list
mailing list