Re: [racket-users] R7RS implementation

2016-06-09 Thread Alexis King
Hey, I’m the maintainer of the R7RS library. I’d appreciate it if you filed those issues as bugs on the GitHub repository here: https://github.com/lexi-lambda/racket-r7rs I’m glad you found value in the library, and I’d love to try and fix some of the problems you mentioned, especially since a

[racket-users] R7RS implementation

2016-06-09 Thread Jean-Michel HUFFLEN
Dear Racket developers and users, I've just tried the non-official implementation of R7RS in Racket. Three points: - if you define a library, you can write something like: (define-library (something) (export ...) (import ...) (define another-thing ...) (define year-another