Nov 10, 2019
Update on the Mu computer's memory-safe language
First statements now translating!
http://akkartik.github.io/mu/html/linux/mu.subx.html
fn foo {}
=> function prologue and epilogue
increment x
when x is on the stack.
foo x
when x is on the stack and foo is a user-defined function.
Seems like small progress, but.. http://rampantgames.com/blog/?p=7745
I feel like I'm finally starting to get closure on https://news.ycombinator.com/item?id=13608810#13610366
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.