Racket v6.6
11–20 of 28 posts
Re: Racket v6.6
#12It 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.)
I'm not really sure what you mean, but I don't see it. Racket did not develop a new standard that pulled together common practices across existing Scheme implementations, and other implementations did not adapt racket compatibility features, nor did additional racket implementations pop up. Racket does not appear to have supplanted use of other scheme implementations either. So, I'm looking for the analogy, but I'm n…
That said, there is a similarity (and contrast) with CL in that, as a relative novice, there is enough of a cohesive system that I can imagine writing software in Racket. With other schemes, I've had the distinct feeling of starting from ground zero. Outside Racket, Chicken comes the closest, but is still a long ways off.
Take my comments with a grain of salt; I'm a neophyte who has pretty minimal experience writing any dialect of lisp.
Re: Racket v6.6
#13Re: Racket v6.6
#14I 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
#15Re: Racket v6.6
#16Re: Racket v6.6
#17John 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
#18I 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
#19It 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.)
Re: Racket v6.6
#20It 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.)