哪种方案对 Mac OS X Snow Leopard 的支持最好?

发布于 2024-08-25 18:01:23 字数 276 浏览 4 评论 0原文

有许多不同的可用于Mac的Scheme解释器:

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

哪一种通常支持最好?我还对 64 位支持和多核/处理器支持感兴趣。

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 generally supported the best? I'm also interested in 64-bit support and multi-core/processor support.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

别忘他 2024-09-01 18:01:23

我不知道哪些支持最好,但我使用过 LarcenyDrSchemeBigloo

我相信 Larceny 被广泛认为是可用的最快的开源方案编译器。它遵循基于 UNIX 工具的理念(无 IDE)。我不相信它还支持 64 位。我已经有一段时间没有使用它了,但该网站声称支持 R6RS。如果我要愤怒地使用方案,这可能是我会选择的系统。

DrScheme 是我使用最多的一个,因为它更容易使用:) 它有一个可以理解该语言的 IDE 以及一个分析器。它非常符合我想要的方案(即尝试各种东西以了解它们是如何工作的)。自从我开始使用它以来,它的性能有了很大的提高。大量的图书馆。 R6RS 支持(大部分)。 Linux 的 64 位支持。

Bigloo 的有趣之处在于它针对多个后端,包括 JVM、.NET 和本机代码。

所有这些似乎都有合理的社区支持,但我看到 DrScheme 被提及最多。

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.

酒与心事 2024-09-01 18:01:23

DrScheme 实际上并不是一个Scheme 方言 - 它是一个编辑器,是 PLT Scheme 发行版的一部分:

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

(实际的Scheme解释器命令是'mzscheme',但我不知道起源。)

我在OSX下使用PLT Scheme进行Web开发,它非常好,优秀的图书馆支持。 DrScheme 是我选择的编辑器 - 大多数常规编辑器没有 S 表达式缩进引擎。

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.

一念一轮回 2024-09-01 18:01:23
  • Gambit (R5RS) 线程,64 位、Termite(无共享并行性)
  • Chicken (R5RS) 线程,64 位
  • Ikarus (R6RS) 64 位
  • Ypsilon (R6RS) 32 位
  • Gambit (R5RS) threads, 64-bit, Termite (shared nothing parallelism)
  • Chicken (R5RS) threads, 64-bit
  • Ikarus (R6RS) 64-bit
  • Ypsilon (R6RS) 32-bit
生生不灭 2024-09-01 18:01:23

我还鼓励您尝试(我个人最喜欢的)Petite Chez Scheme,它有 32-适用于所有流行平台的位/64 位和线程/非线程版本。

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.

梦断已成空 2024-09-01 18:01:23

选择 DrScheme,现在称为 Racket;这是最好的。我总是向初学者推荐它,因为它的安装很简单。 Mit-Scheme 是使用最广泛的,但 MacOsXLion 可能会让您在安装时感到头疼。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文