开发者

Which Scheme for Mac OS X Snow Leopard has the best support?

开发者 https://www.devze.com 2022-12-24 16:13 出处:网络
There are a bunch of different Scheme interpreters available for the Mac: http://www.dmoz.org/Computers/Programming/Languages/Lisp/Scheme/Implementations/

There are a bunch of different Scheme interpreters available for the Mac:

http://www.dmoz.org/Computers/Programming/Languages/Lisp/Scheme/Implementations/

Which one is gener开发者_C百科ally supported the best? I'm also interested in 64-bit support and multi-core/processor support.


I don't know which ones are supported the best, but I've used Larceny, DrScheme and Bigloo.

I believe that Larceny is widely believed to be the fastest open source scheme compiler available. It follows the unix tools based philosophy (no IDE). I don't believe it has 64 bit support yet. I haven't used it for a while, but the web site claims R6RS support. If I was to use scheme in anger, this is probably the system I would choose.

DrScheme is the one I use the most, because it's easier to use :) It has an IDE that understands the language as well as a profiler. It fits what I want from scheme quite well (ie playing around with things to find out how they work). It's performance has improved considerably since I started using it. Large set of libraries. R6RS support (mostly). 64 bit support for Linux.

Bigloo is interesting in that it targets several back ends, including JVM, .NET and native code.

All seem to have reasonable community support, but I see DrScheme mentioned the most.


DrScheme isn't actually a Scheme dialect - it's an editor, part of the PLT Scheme distribution:

http://www.plt-scheme.org/

(The actual Scheme interpreter command is 'mzscheme', but I have no idea of the origins.)

I use PLT Scheme for web-development under OSX, and it is extremely good, with excellent library support. DrScheme is my editor of choice - most regular editors don't have S-expression indentation engines.


  • Gambit (R5RS) threads, 64-bit, Termite (shared nothing parallelism)
  • Chicken (R5RS) threads, 64-bit
  • Ikarus (R6RS) 64-bit
  • Ypsilon (R6RS) 32-bit


I'd also encourage you to try (my personal favorite) Petite Chez Scheme which comes in 32-bit/64-bit and threaded/non-threaded versions for all popular platforms.


Go for DrScheme now called Racket; it is the best. I always recommend it for beginners because of its hassle-free installation. Mit-Scheme is the most widely used but MacOsXLion may give you headaches in installation.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号