May 28, 2020
I'm starting to build some simple apps in Mu, my memory-safe language that translates 1:1 to machine code.
Today I built a program to print a file to screen:
http://akkartik.github.io/mu/html/linux/apps/print-file.mu.html
Also:
- I fixed a bug in the process
- I wished I already had clobbered-variable warnings.
- I wished I had type checks.
All in all, this language isn't ready for others yet. I'm constantly inspecting the code generated by the translator.
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.