Racket
racket-lang.org
Racket
1–10 of 53 posts
Re: Racket
#2"Racket's interactive mode encourages experimentation, and quick scripts easily compose into larger systems. Small scripts and large systems both benefit from native-code JIT compilation. When a system gets too big to keep in your head, you can add static types."
Impressive.
Re: Racket
#3I love seeing framework or language homepages with good copy and design like this one. The best ones make you want to stop what you're doing in your favorite language and go code something with the new hotness right now.
Re: Racket
#4Now that is great rebranding.
All it needs now is 'try Racket in your browser' and a video of some dude making a blog in 15 minutes using Racket. Then it will be the new hotness.
Re: Racket
#5Weird that it doesn't mention that it's the language formerly known as PLT Scheme.
Re: Racket
#6Its cool, but I wonder just how many high-level web oriented languages we really need...
Re: Racket
#7[deleted]
Re: Racket
#8For reference:
Yesterday: http://news.ycombinator.com/item?id=1408292
Some months ago: http://news.ycombinator.com/item?id=1221374
Re: Racket
#9Weird that it doesn't mention that it's the language formerly known as PLT Scheme.
Not really a "language" but an implementation of the Scheme programming language.
Re: Racket
#10Its cool, but I wonder just how many high-level web oriented languages we really need...
How many kinds of problem do we need to solve? Finding the best language to solve that problem in is dependent upon a large number of languages existing. Otherwise, you have two problems: Solving the problem itself, and extending the language you have into something capable of solving that problem.