Live data from Hacker News

Racket

racket-lang.org

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

#3
I 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

#4
Now 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

#5
Weird that it doesn't mention that it's the language formerly known as PLT Scheme.

Re: Racket

#9
post #5

Weird 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

#10
post #6

Its 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.
Post reply on HN