TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Racket v6.6

134 pointsby kakashi19almost 9 years ago

8 comments

daveguyalmost 9 years ago
Just wanted to point out the Racket quick start tutorial. It is a well written easy to understand introduction&#x2F;expansion on hello world for a functional language:<p><a href="https:&#x2F;&#x2F;docs.racket-lang.org&#x2F;quick&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.racket-lang.org&#x2F;quick&#x2F;</a><p>Highly recommended even if you aren&#x27;t looking to pick up a new language or delve into functional programming.
cslalmost 9 years ago
A(nother) cool thing about Racket is that they use GNU Lightning for JITing. Not only is the generated code decently fast, but the actual JITing is <i>very</i> fast. Last time I looked, the runtime compilation was considerably faster than LLVM. It matters more than you&#x27;d think.
rayalezalmost 9 years ago
John Carmack once said that he is developing VRScript based on racket. Does anyone know if there&#x27;s any news regarding it&#x27;s development?
评论 #12153305 未加载
评论 #12153700 未加载
xedracalmost 9 years ago
Of all the lisps, Racket appeals to me the most. It lacks the many warts that common lisp has, and has a very clean feel to it. I had tremendous fun solving problems on Project Euler and Rosetta Code using Racket. I highly recommend it for anyone even remotely interested in learing a lisp.
评论 #12155963 未加载
hellofunkalmost 9 years ago
I 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.
评论 #12153312 未加载
评论 #12153932 未加载
dschiptsovalmost 9 years ago
It seems that Racket became for Schemes what Common Lisp was for Lisps, which is really good.<p>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.)
评论 #12153469 未加载
评论 #12154006 未加载
评论 #12154037 未加载
juliangamblealmost 9 years ago
Some interesting reading on Dependent Types in Typed Racket: <a href="http:&#x2F;&#x2F;cs.stackexchange.com&#x2F;a&#x2F;41538&#x2F;1709" rel="nofollow">http:&#x2F;&#x2F;cs.stackexchange.com&#x2F;a&#x2F;41538&#x2F;1709</a>
wcrichtonalmost 9 years ago
Typed Racket is gradually typed, right? Does anyone have an example of a Typed Racket application that uses both static and dynamic typing effectively?
评论 #12154063 未加载