masak / bel

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

Implement even more bytefuncs #405

Closed masak closed 2 years ago

masak commented 2 years ago

Now that the bytecode can do function calls, more bytefuncs are possible.

Implements some, reduce, cons, snoc, and list.

masak commented 2 years ago

Long after merging this, I also noticed I was partway through implementing bcfn!map. Maybe later.