How to go about learning Common Lisp and Emacs Lisp?

前端 未结 8 1494
醉梦人生
醉梦人生 2020-12-13 13:50

The last few months I\'ve been using Emacs extensively as my main development environment and I\'ve now come to a point at which I\'d like to learn it\'s own Emacs Lisp to w

8条回答
  •  -上瘾入骨i
    2020-12-13 14:48

    Start with Emacs Lisp (given that you seem to have already started customizing your emacs) - it seems to be more immediately useful for you.

    Do keep in mind that there is quite a bit of difference between Emacs Lisp (there is a lot of buffer management stuff, especially in the code you're likely to see in the wild) and Common Lisp (more similar to a general purpose programming language), so which ever route you take, expect some amount of "wastage"

提交回复
热议问题