Mike Gerwitz
ae7fcdbc1a
There were some instances where fnmap forms defined themselves in terms of themselves (e.g. `if' using `if'), or defined themselves in terms of one of their dependents (`let*' used `let' which uses `let*'). They work just fine because of how we're just transpiling directly into JS, but we're converting them into macros, and we're going to run into issues once we do that. This was never intentional---I didn't realize that I was doing it. * build-aux/bootstrap/rebirth.scm (fnmap)[if, let*]: Fix definitions. |
||
---|---|---|
.. | ||
bootstrap | ||
bootstrap.html | ||
bootstrap.js |