HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sesquipedalian

no profile record

comments

sesquipedalian
·10 yıl önce·discuss
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 yıl önce·discuss
Its both a compiler and an interpreter. Read up on Petite Chez Scheme.
sesquipedalian
·10 yıl önce·discuss
I'm very excited about this. I've been using Chez as my performance benchmark target for my own Scheme implementation.