vyzo

Results 643 comments of vyzo

Yeah, srfi hash tables are not well tuned; the native hash tables perform pretty well. You can also try presizing the hash table, by passing the `size: N` option to...

Note that the comparator abstraction itself is pretty bad; it might be the source of the malice.

what version are you using? this should be fixed in master.

I am not convinced this can work reliably, only top-level procedures have names in gambit afaik.

make is failing to consider the prefix.

So the canonical way to use `defbuld-script` is through a `gerbil.pkg`, otherwise you need to explicitly pass the prefix. It is still a bug in make nonetheless, in that it...

Please be more considerate when asking for features. Demanding stuff like that doesn't make them implement themselves; all it achieves is pissing off the developers.

You can implement it in userland by specifying a custom `import` hook; this way you can take complete control of the import process and implement fancy recompliation and reloading that...

Nothing to report. But if you want to take it on, go for it!