Nov 30, 2019
Update on the Mu computer's memory-safe language
In the last 2 weeks I went from being able to translate:
fn foo {
}
to:
fn foo n: int {
increment n
}
That required 2k LoC. So it seems fair to say that things are still in the "black triangles" phase. And there are still gaping holes. Variable declarations don't really exist yet. (I can just parse them.)
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.