Racket: Lisp for Learning
lwn.net
Racket: Lisp for Learning
1–10 of 154 posts
Re: Racket: Lisp for Learning
#2Re: Racket: Lisp for Learning
#3Carmack is a huge fan of Racket. He was going to use it as the scripting language for VR until the Oculus execs made him use JavaScript instead (boooooo) https://twitter.com/id_aa_carmack/status/807797812700348416
Re: Racket: Lisp for Learning
#4Carmack is a huge fan of Racket. He was going to use it as the scripting language for VR until the Oculus execs made him use JavaScript instead (boooooo) https://twitter.com/id_aa_carmack/status/807797812700348416
Re: Racket: Lisp for Learning
#5Re: Racket: Lisp for Learning
#6Carmack is a huge fan of Racket. He was going to use it as the scripting language for VR until the Oculus execs made him use JavaScript instead (boooooo) https://twitter.com/id_aa_carmack/status/807797812700348416
Given the Racket2 possible massive syntax changes it seems that using JavaScript was a better choice for a commercial project. That being said I very much prefer Racket to JavaScript for personal/hobby projects.
Re: Racket: Lisp for Learning
#7I really like Racket, but the potential breaking massive syntax change in Racket2 makes me really uncomfortable in using or recommending Racket to other people, at least until the situation is clarified.
Racket is a lot of languages, not only one. You can mix in Racket as you like. You can mix #lang racket and #lang typed/racket with #lang datalog in one application if you like. With racket2 those options will not fade away I guess.
Re: Racket: Lisp for Learning
#8Earlier quoted context omitted.
Given the Racket2 possible massive syntax changes it seems that using JavaScript was a better choice for a commercial project. That being said I very much prefer Racket to JavaScript for personal/hobby projects.
Yeah. But Racket seems so much cooler.
Re: Racket: Lisp for Learning
#9Re: Racket: Lisp for Learning
#10Carmack is a huge fan of Racket. He was going to use it as the scripting language for VR until the Oculus execs made him use JavaScript instead (boooooo) https://twitter.com/id_aa_carmack/status/807797812700348416
Given the Racket2 possible massive syntax changes it seems that using JavaScript was a better choice for a commercial project. That being said I very much prefer Racket to JavaScript for personal/hobby projects.
> No matter how Racket evolves, the community is committed
> to preserving what we have achieved: today's `#lang racket`
> programs will run in the future, and today's
> `#lang racket` modules can be used in future Racket programs.