Adam R. Nelson

Results 3 issues of Adam R. Nelson

In other R7RS schemes, it is possible to define a keyword named `_` in `syntax-rules`, and that keyword will be detected in pattern matching. Gerbil appears to always reserve `_`...

R7RS `syntax-rules` supports a form that renames the ellipsis from `...` to a different symbol. This syntax is described in section 4.3.2 of [`r7rs.pdf`][1]. For example, this script **`rename-ellipsis.scm`** defines...

One feature I've been looking for in a Git interface is commit filtering and sorting, specifically by author. At least the ability to right-click an author name and select "Show...