Racket v7.5
download.racket-lang.org
Racket v7.5
1–10 of 25 posts
Re: Racket v7.5
#2Re: Racket v7.5
#3https://blog.racket-lang.org/2019/11/completing-racket-s-rel...
Re: Racket v7.5
#4Does this mean Racket CS is faster than the default Racket?
Re: Racket v7.5
#5> Racket CS remains "beta" quality for the v7.5 release, but its compatibility and performance continue to improve. Does this mean Racket CS is faster than the default Racket?
https://blog.racket-lang.org/2019/01/racket-on-chez-status.h...
it seems it's a bit 50-50 in terms of performance gains, but the main gain, from what i understand, is the ability for the racket developers to code in racket and chez scheme now instead of c.
Re: Racket v7.5
#6> Racket CS remains "beta" quality for the v7.5 release, but its compatibility and performance continue to improve. Does this mean Racket CS is faster than the default Racket?
Re: Racket v7.5
#7Re: Racket v7.5
#8Question : is racket still useful if you plan on building a DSL not based on lisp syntax ?
Use the `parser` library if you want a yacc/bison style parser.
Use `parsack` if you like parser combinators.
Use `ragg` or `bragg` if you like an "automatic parser from grammar".
Re: Racket v7.5
#9Re: Racket v7.5
#10Question : is racket still useful if you plan on building a DSL not based on lisp syntax ?
With the default installation of Racket you get an implementation of Algol 60 https://docs.racket-lang.org/algol60/
You can download and install form the package repository the language Honu, that is a Java-like language https://docs.racket-lang.org/honu/index.html
With the default installation of Racket you get Scribble, that is the language that is used to write the docs. (It's the same spirit of LaTeX where everything is a string unless you use a magical character, but the magical character and the details are very different.) https://docs.racket-lang.org/scribble/