I’m semi-pleased to announce that #wile #scheme #compiler 1.2.9 has landed at https://github.com/uhollerbach/wile… unfortunately life got in the way a bit this month. But here it is. This version changes the generated C a little bit to avoid some compilation failures due to incorrect scoping issues in said C code.
Also, because I could, I wrote a small quaternions module, for that slight air of 19th-century decay 😜
Wasn’t quite the hacking session I wanted, I was trying to implement a bit of namespace management in #wile #scheme #compiler, and/but it is still generating some errors that I don’t fully understand. But… I was able to improve a number of error messages, and that’s never a bad thing.
Also sharpened some sanity checking, which promptly found a (fortunately trivial) bug in one spot in the runtime library 😱