Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 1
    PLT Racket (formerly PLT Scheme) runs well on both Linux and Windows. Commented Mar 22, 2011 at 13:47
  • Interesting, I would expect Common Lisp to be much more standard and usable for real applications than Scheme is. (I am reading Practical Common Lisp right now.) Commented Dec 12, 2012 at 13:27
  • I commend you for choosing Haskell (which is a better language in my opinion), but what about Clojure? It runs on the JVM, so it should be portable and have access to all the libraries you need. Commented Nov 25, 2016 at 13:35
  • Command line arguments are difficult to use in C++? Really? Commented Apr 10, 2017 at 10:50
  • Isn't it trivial to build a cross-complier that changes Lisp to Scheme to Clojure? Why don't people use them? Commented Jul 1, 2019 at 19:26