typeswitch-dev
typeswitch-dev
Hi @JeffreyBenjaminBrown, thanks for the feedback! I will certainly keep it in mind. Mirth is a work in progress and isn't close to being released yet.
Ah, yeah, I found out via Twitter :sweat_smile:
Hi @suhr, to answer your questions (this isn't the right place, but...): * Yep, to make it easier to work with higher-order words, and especially macros/special forms. * Comma isn't...
Hi @arabelladonna! Thanks for your interest! Mirth is a WIP, and it's really only available for fun and experimentation at the moment. Please don't rely on it in any serious...
> * How different is this from the previous WIP version? Quite a bit different. The focus this time was to build a small low-level language to write a self-hosting...
> EDIT: I found the post about the new compiler on the Patreon. So this is a more minimal language and the type system and other features aren't in yet?...
> I did notice that there's the `+IO` type mentioned in `mirth.mth`, though. Is that implemented on some level and necessary to do IO? It's merely informative for now, no...
> I see that there's a basic type checker and a basic form of FFI now. I went ahead and tested it in MSYS2 and got the snake example running....
Hi @arabelladonna, you are very brave. :-) I'm going to try to help, but it's ok if you have more questions. > 1. I'm 100% sure I'm overcomplicating the process...
You need to re-compute the condition at the end of the while. :-) ``` quad def-static-buffer(pe1i) quad def-static-buffer(pe1sum) def(pe1!, -- +IO, pe1i @ 1000 < while( drop pe1i @ 3...