Matt Wette writes:
> I think it will take me a while to make a release.
That's fine. Although all my tests pass, I found that to compile mes.c
I need string-fold-right. So I added that to Mes.
After that, tcc.c hangs while parsing. Will have to investigate later,
for now I'm reverting to 0.80
Hi everyone,
I'm trying to write a GSL wrapper in guile. I have written a lot of
simple functions using SCM_DEFINE and documented them using the last
SCM_DEFINE macro argument.
Now I'd like to make those docstrings accessible from Scheme code.
The way I do it for now is with this makefile instruc
I'd like to introduce a project I've been working on, called
Burro Engine.
This is an experiment where I tried to write an interactive fiction
game engine rather like the popular Twine game engine, except using
GTK3 instead of the browser as the rendering engine.
Burro Engine is written in a mixt