andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Data representation selection for closures #341

Open andrew-johnson-4 opened 1 month ago

andrew-johnson-4 commented 1 month ago

Closures have different calling conventions than stateless stack functions.

andrew-johnson-4 commented 1 week ago

This "could" work now with parametric code and data, but needs an actual implementation to make it concrete.