Jul 29, 2020
Update on the Mu computer's memory-safe language
Mu now has streams: http://akkartik.github.io/mu/html/linux/404stream.mu.html
I had to really force myself to do this. Streams are generic types, but support for them is hard-coded into the language (just like arrays, and just like in Go). If I need a third generic type I'm going to think hard about just supporting generic type definitions. But my mantra today: YAGNI, YAGNI.
(Mu already supports generics in function declarations.)
https://github.com/akkartik/mu
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.