Racket Compiler and Runtime Status
blog.racket-lang.org
Racket Compiler and Runtime Status
1–10 of 102 posts
Re: Racket Compiler and Runtime Status
#2Re: Racket Compiler and Runtime Status
#3Re: Racket Compiler and Runtime Status
#4Re: Racket Compiler and Runtime Status
#5Re: Racket Compiler and Runtime Status
#6https://github.com/cisco/ChezScheme/issues/545
Racket-Chez is different from Cisco-Chez by > 600 commits. I wonder what the plan is to normalize them or will be Racket-Chez be our new house.
Re: Racket Compiler and Runtime Status
#7I used Racket in an intro to CS course a few years ago and was told it’s designed to be a teaching language. Is there any reason to use racket over a more popular functional language? Does anyone use it in production?
The real Racket language is a general purpose language with all the bells and whistles you could ever imagine.
Re: Racket Compiler and Runtime Status
#8GNU Guile? Common Lisp? Clojure (JVM)? Racket? Judging by my understanding of the difference between Common Lisp and Scheme, I think I am more of a Scheme type (I prefer C over C++, I like Go more than Java, etc).
Re: Racket Compiler and Runtime Status
#9I am interested in LISP-type languages, but I have a serious case of decision paralysis. GNU Guile? Common Lisp? Clojure (JVM)? Racket? Judging by my understanding of the difference between Common Lisp and Scheme, I think I am more of a Scheme type (I prefer C over C++, I like Go more than Java, etc).
Clojure if you're looking to use the language directly to solve your problems (and my preferred Lisp).
Re: Racket Compiler and Runtime Status
#10I am interested in LISP-type languages, but I have a serious case of decision paralysis. GNU Guile? Common Lisp? Clojure (JVM)? Racket? Judging by my understanding of the difference between Common Lisp and Scheme, I think I am more of a Scheme type (I prefer C over C++, I like Go more than Java, etc).
If you care about startup times or FFI then don't pick Clojure.
YMMV between Racket and Guile; I would say Racket is better insofar as the culture of documentation is really very good.
In practice, once you learn a Lisp, you can jump between them without too much trouble.