Install emacs on ubuntu using the command below,apt-get update install emacsLet's install slime using quicklisp. The complete guide on installing quicklisp can be found here. After you are done with the installation of quicklisp, its time to install slime.sbcl(ql:quickload … [Read more...] about Emacs: Install emacs and slime
Lisp: Installation and IDE
IntroductionIn this section I will cover some brief introduction & how to install it. Let's understand why LISP is so special & why you should learn it.What is so special about lisp?Based on Lambda Calculus, lisp takes a very different model. It says that with a function, in the … [Read more...] about Lisp: Installation and IDE