vyzo
vyzo
There is no need for much trickery, you can use a fender in the syntax-rules pattern. For instance: ``` (defrules is-underscore? () ((_ x) (underscore? #'x) #t) ((_ x) #f)))...
Btw, why don't you just use the native match on Gerbil? It is well tuned and compiler optimized.
That's totally fine, Gerbi is a meta-language after all. You could however cond-expand and use the native gerbil match when appropriate, it probably has similar syntax to your match (or...
I hadn't realized this made it to the standard; it should be easy to fix however.
Actually not so easy to fix, it would have to be baked in the `syntax-case` implementation because it uses `ellipsis?` to test for that.
So, for quasistring we want it in `:std/misc/text`; we probably also want to have `include-text` (or `include-quasistring`) for template inclusion from a file.
It seems most likely something with the way it was compiled, either gebil/gambit or leveldb in homebrew.
ping @ober
The `gxc` options mirror `gsc` hence the option style.
Yeah, I am planning to document the actor library in the not so distant future!