Hello Damien, You'll want to `(use readline)` and `(use linenoise)` with CHICKEN 4. While `(import readline)` can be used, its purpose is different as it only loads bindings and doesn't load the shared library. With CHICKEN 5 this behavior has been consolidated, you'd use `(import readline)` and `(import linenoise)` there (assuming there was a readline egg).
Vasilij
signature.asc
Description: PGP signature
