Xue Fuqiao <[email protected]> skribis: > On Sat, Apr 27, 2013 at 6:07 AM, Xue Fuqiao <[email protected]> wrote: >>> There’s the famous “Structure and Interpretation of Computer Programs” >>> (SICP), and others listed at <http://schemers.org/>. >> >> Good. I knew this tutorial years ago, but I haven't read it yet. I'll >> start to read it later. > > BTW can you (or somebody else) recommend a development environment for > Scheme?
Guix is written in Guile, and Geiser is really the perfect thing for Guile (see HACKING). Roughly it provides features comparable to what Emacs provides for Emacs Lisp, plus a REPL, autodoc, jump-to-definition, and more. Ludo’.
