Back to articles
seed: Adding `vau` with an immutable dynamic environment to Chez Scheme
How-ToTools

seed: Adding `vau` with an immutable dynamic environment to Chez Scheme

via Lobstersgithub.com via manuel

A new approach to compiling fexprs. It's simple: fexprs can't mutate the lexical environment in which they are called. Downside: you can't create fexprs like (define-class x ...), you need to write (define x (make-class ...)) Comments

Continue reading on Lobsters

Opens in a new tab

Read Full Article
8 views

Related Articles