Racket v6.6
blog.racket-lang.org
Racket v6.6
1–10 of 28 posts
Re: Racket v6.6
#2Re: Racket v6.6
#3https://docs.racket-lang.org/quick/
Highly recommended even if you aren't looking to pick up a new language or delve into functional programming.
Re: Racket v6.6
#4Re: Racket v6.6
#5John Carmack once said that he is developing VRScript based on racket. Does anyone know if there's any news regarding it's development?
Re: Racket v6.6
#6I see that static typing is become a high priority development goal now, even in traditionally dynamic lisps. I see this as a positive for sure.
Re: Racket v6.6
#7Racket is famous for carefully chosen design decisions and nerdy attention to details, so in this sense it is much better than Common Lisp which was a dump.)
Re: Racket v6.6
#8I see that static typing is become a high priority development goal now, even in traditionally dynamic lisps. I see this as a positive for sure.
Matthias Felleisen, one of the developers of Racket, recently gave a talk about the motivation behind typed Racket; it can be found here: https://www.youtube.com/watch?v=XTl7Jn_kmio
Re: Racket v6.6
#9Earlier quoted context omitted.
Matthias Felleisen, one of the developers of Racket, recently gave a talk about the motivation behind typed Racket; it can be found here: https://www.youtube.com/watch?v=XTl7Jn_kmio
I wonder if you could do something like prototype in dynamic (original, if you will) racket and then release in typed racket for performance/safety reasons.
Re: Racket v6.6
#10It seems that Racket became for Schemes what Common Lisp was for Lisps, which is really good. Racket is famous for carefully chosen design decisions and nerdy attention to details, so in this sense it is much better than Common Lisp which was a dump.)