Marek Benc (Dalibor Fox)
Marek Benc (Dalibor Fox)
Hi there, In https://github.com/ashinn/chibi-scheme/blob/master/main.c#L238, in sexp_add_import_binding(), I see that you declare 2 garbage-collected variables, but then release 3 of them. I'm still not 100% familiar with how everything works in...
Hi there, I'm writing a GUI application where I'd like to use Chibi-Scheme as an embedded interpreter, with it directly available to the user through a REPL implemented in a...
**Describe the bug** Hello! I'm writing a win32 application that I'm documenting with Doxygen, and I'd like to add links to the MSDN API documentation, I think it would improve...