HackerTrans
トップ新着トレンドコメント過去質問紹介求人

samth

no profile record

投稿

Rackup, a Toolchain Manager for Racket

samth.github.io
7 ポイント·投稿者 samth·4 か月前·1 コメント

コメント

samth
·2 か月前·議論
This is the edtech product that my son (2nd grade) has liked the most from school.
samth
·2 か月前·議論
HN should partner with Pangram to give an AI score to things that are submitted.
samth
·3 か月前·議論
Is the protocol documented so that other people can build language front-ends?
samth
·9 か月前·議論
You don't need 3000W, 1kW is plenty. I have a Yuba Mundo (one of the biggest long-tail cargo bikes) and my Bafang motor tops out around 1kW and it's plenty even for the biggest hills here in Bloomington (which is quite hilly).
samth
·9 か月前·議論
I tried this also, and it was totally garbage for me too (with a similar refusal as well as other failures).
samth
·9 か月前·議論
No, this is exactly what is meant by soundness. Using the `Any` type in TypeScript can result in values that have type `integer` being actually strings, which is unsoundness.
samth
·10 か月前·議論
The main implementation of Racket today is built on top of Chez Scheme, which uses the techniques described by Dybvig that I linked to.

In the earlier implementation of Racket, indeed it doesn't convert to CPS but does use something like A-normal form. There, continuations are implemented by actually copying the C stack.
samth
·10 か月前·議論
The predictions from this post have almost entirely turned out to be wrong. Chez Scheme upstream decided to merge in Racket's changes entirely, and to make the lead developer of Racket (Matthew Flatt) a core Chez developer. These days Matthew is the most active Chez developer. Over the past few years, half of the serious Chez committers are people who come from Racket.
samth
·10 か月前·議論
It's not true that you need to use CPS to implemented first-class continuations. There are plenty of slow ways to do it, and even if you want to be fast you can do multiple different things. Dybvig describes a number of options in his thesis: https://www.cs.unc.edu/xcms/wpfiles/dissertations/dybvig.pdf
samth
·5 年前·議論
Dan Luu is definitely not someone who never learns anything new or who doesn't think differently.