Nov 17, 2019
Update on the Mu computer's memory-safe language
Not much to report this week. Last week I implemented the instruction increment x
when x
is on the stack. This week I did x <- increment
when x is a register.
(In Mu, registers written to are return values, while memory locations written to are just passed in by reference.)
The good news: I now have a core data structure in place for code-generating different instructions, and this includes static dispatch.
http://akkartik.name/post/mu-2019-2
This post is part of my Freewheeling Apps Devlog.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.