Monthly Archives: February 2018

Local variables and scope

While I was writing test code for my first toy language I particularly noticed the lack of interesting data structures:  to write interesting loops you can do a lot more if you can build data structures while doing it.  So … Continue reading

Posted in Language Design | Leave a comment