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

sesquipedalian

no profile record

コメント

sesquipedalian
·10 年前·議論
Interesting. I've never heard of D-list nomenclature before.

With the A-list method you typically need to write a "zipper" function, that recursively conses the heads of two lists to generate the A-list. Makes "apply" an expensive operation with needless allocations.

What's great about D-lists is that the "make-env" method is just a single cons operation. Clearly superior. I'm surprised its not more well known.
sesquipedalian
·10 年前·議論
Its both a compiler and an interpreter. Read up on Petite Chez Scheme.
sesquipedalian
·10 年前·議論
I'm very excited about this. I've been using Chez as my performance benchmark target for my own Scheme implementation.