kyleect / cid-lang

An (on going) implementation of a Scheme based language.
https://kyleect.github.io/cid-lang/
1 stars 0 forks source link

Rewrite lists to use Cells #22

Closed kyleect closed 1 year ago

kyleect commented 1 year ago

Example: https://github.com/nukata/little-scheme-in-typescript/blob/master/scm.ts#L32

This is needed to properly implement lists as pairs, pairs and a non hacky cons.