Lisp/Scheme interpreter without Emacs?

前端 未结 12 1567
我在风中等你
我在风中等你 2021-01-31 20:15

I\'ve been wanting to teach myself Lisp for a while. However, all the interpreters of which I\'ve heard involve some flavor of emacs. Are there any command line interpreters, s

12条回答
  •  隐瞒了意图╮
    2021-01-31 21:10

    You could also try DrScheme, which whilst not exactly a standalone interpreter, isn't emacs :)

    It's basically a simple IDE that has an area to type in code that can be executed as a file, and then another area that is the running interpreter that you can interact with.

    (Also, find the UC Berkeley CS61A podcasts and listen to them, as well as reading SICP)

提交回复
热议问题