masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
26 stars 1 forks source link

Inline bquote expander into globals generator #392

Closed masak closed 3 years ago

masak commented 3 years ago

Was originally meant to address #388, but the bquote from the globals was far too slow, and expanding only once resulted in the wrong things, so... for now, we do it the Perl way. Still, having the expander in its own module is not worth the trouble.