towerofnix / tlnccuwagnf

The Language Nobody Could Come Up With A Good Name For
MIT License
18 stars 3 forks source link

Use environments instead of variables internally #44

Closed towerofnix closed 8 years ago

towerofnix commented 8 years ago

Should make it easier to do more cool stuff in the future (esp. involving sharing environments with other internal parts of the code, also maybe macros? dunno).

towerofnix commented 8 years ago

I'm thinking of a way to use environments to store break metadata..

(break like the way break or return works in JS and Python and probably every other programming language ever)