Results 167 comments of Alex Shinn

I've never tried to build Chibi on 9front and don't have an installation available. I don't have any plans to address this port myself, but patches are welcome. The original...

This seems quite dangerous - flag settings can easily break a script. The module path can also break scripts, but is often a necessity, whereas you are discussing an optimization....

This is an improvement on the previous situation where ./lib and ./ were _always_ included at the start of the system module path. Generally, if you want to set a...

@pclouds, yes, we should add this to the manual. @mnieper, order really depends on preference, but you absolutely don't need CHIBI_MODULE_SYSTEM_PATH given that we can suppress the system paths and...

I'm on the fence about the order of "system paths" vs `CHIBI_MODULE_PATH`, since these include snow packages and third party installs.

Note I've switched the order of system and user module paths, which I think satisfies everything in the path handling. I'm still considering an env var for preferred heap size.

The image is compressed allowing minimal heap on startup. Specifying a script requires recompiling the script, even if it was already in the image, and this will generate garbage and...

It's not that `-r` requires the interaction environment, just that as an implementation detail top-level scripts are loaded into the interaction-environment. If we loaded the top-level script into an isolated...

Ports are easy because I know about them and can choose some suitable behavior. It's arbitrary FFI-wrapped objects that worry me. We can leave the issue open while I think...

Can you verify if just running `chibi-scheme callme.ss` works? What platform are you on? I've tried both the Scheme file and the C file and they both work for me...