Duy Nguyen

Results 59 comments of Duy Nguyen

"don't work" is not exactly enough info to even investigate. What exactly went wrong? What error did yo see? ....

I think you need to make sure `make js` works first. What you describe sounds like missing .scm files (not .c files). We need to populate emscripten's filesystem with a...

Also chibi has the ability to generate an image file. I wonder if it's simpler to make that image first (with native chibi, no emscripten) then put that image in...

> So the current state of affairs is convenience by default, but overrideable for security: > > ``` > # only system paths > CHIBI_MODULE_PATH= chibi-scheme > > # only...

Yeah. There are lots of scary messages, but if you know what's going on and install anyway, it will work.

A workaround (since there are lots of useful chibi libraries and they all use `(chibi test)`) is perhaps package all dependencies in `(chibi test)` package. That could hint snow to...

If you want to try, you can check out https://github.com/pclouds/srfi-159/tree/portable-implementation-2, here's what I did ``` $ GERBIL_LOADPATH=$HOME/w/srfi/srfi-159/implementation/:$HOME/w/gerbil/lib/std/ ~/w/gerbil/bin/gxi --lang r7rs test.scm show: ............................................xxxxx....................... ................x.......x.....x............................................xx. .............................................................................. .............................................................................. ...... 302 out of...

One use case for this client is so that git can use websocket as a transport, which would be more efficient than git's plain http support.

> I think it can be avoided to build a relinked version of gosh with a different name or in a different directory so that installation of ext always uses...

BTW it does not have to be fixed. I understand I do weird stuff sometimes. It's your call to see if something should be done or this is issue should...