←back to thread

88 points azhenley | 1 comments | | HN request time: 0s | source
Show context
maplant ◴[] No.45153371[source]
This isn't specific to racket, any implementation of R6RS scheme should fully support this, although the define-syntax form is slightly different.

I checked this with my R6RS implementation and it works just as you would expect (https://github.com/maplant/scheme-rs)

replies(3): >>45153752 #>>45153767 #>>45154218 #
1. ◴[] No.45153767[source]