Andy Keep

Results 67 comments of Andy Keep

We removed the automatic parser-, but you can still define one using define-parser: (define-parser parse- ) I think of the auto generated parser and with-output-language as being for slightly different...

I put in a fix (1de3815) that addresses the ``foreign.mo`` bug. (Unfortunately, the date on my VM was incorrect, so it looks like it came in 3 days ago... sorry...

I've not done much with the engines implementation, but I ran across a paper [Engines from Continuations](https://legacy.cs.indiana.edu/~dyb/pubs/engines.pdf) that Kent Dybvig and Robert Hieb wrote about the implementation back in 1988....

@owaddell, I like this as a minimal approach to enabling this functionality. It is too bad we don't actually need to do anything with the extra argument in the generated...

I'm not an emacs user, so I'm not really sure what this tool is, or what you would need from Chez Scheme to support it. The Chez Scheme documentation is...

Chez Scheme has a syntax-level `cond` expression called `meta-cond` that allows for conditional expansion of code. The test expression in `meta-cond` is just a general Scheme expression that can be...

The library side of this is interesting, since we look for and load libraries based on filenames, but don't necessarily know if a library is available unless is imported, it...