Ben Hormann

Results 3 issues of Ben Hormann

In theory it could be `` (without quotes), hence `(["\']?)`. Edit: Hmm, `(["\']?)` doesn't seem to work (for unquoted, quoted is fine). So maybe something like this would be better:...

I noticed a mix-up while looking at the get/set/unset functions, so I did a grep for other deprecated functions too. @evilsoft It is also in the [CHANGELOG.md#L89](https://github.com/evilsoft/crocks/blame/1ff50f7/CHANGELOG.md#L89)

#### `raco exe` vs. `raco make` I reckon the Racket backend should use `raco make` instead of `raco exe`: Pros: (1) produces bytecode (more consistent with the Chez backend)  ...

backend: racket