stefanhts / wacket

A lisp inspired functional programming language which compiles to WebAssembly
MIT License
18 stars 1 forks source link

Peter/fraud #28

Closed peterpie123 closed 2 years ago

peterpie123 commented 2 years ago

To be is to be the value of a variable.

Implements local variables by allocating two chunks of memory, so the "stack" is effectively the heap, except it starts at byte 16384.

STILL TODO: documentation for this.