Lisp Learning Pt. 2
Going forward with learning, defvar
is used to define variables. Continue with the last program written in hello.lisp
. Here is how we can define the hello, world
program again with variables.
Lisp Learning Pt. 1
In my free time (which I have very little), I’m learning the Lisp programming language. After doing some search, I decided to go with Common Lisp and installed SBCL.