Ari
Ari
To follow up on this, what state is this in currently? I know that it's WIP, but about how usable is it in general? I'm pretty interested in the general...
I just happened to get on GitHub to see that a "self-hosting low-level" version of Mirth just went up. I had a few questions: * How different is this from...
Thanks for the response. I will probably keep an eye out for Windows support and wait for that to be in before I start playing with the new implementation, then....
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. It...
Okay, I am absolutely sure that I'm just not understanding how something works (I've worked with Forth _some_, but not a lot), but I did what I usually do and...
Okay, I've updated it and see that I need to use `quad` for an 8-byte buffer because the compiler is telling me that it doesn't know how to use the...
Ohhhhh. Maybe I didn't understand, heh. Going back and looking at other `while` loops in `mirth.mth`, though, I see now that it was right there the whole time. Thanks for...
Am I doing anything wrong in trying to use the new module system? I have the following code, which is updated from my previous example, and it looks like it...
Just saw the commit about the new syntax. How stable is it?
Using this as a guide, I tried running `make idris2` in MSYS2's MinGW64 terminal today and it is failing during linking due to `idris_net.c`. Is there something else that I'm...