littlelisp
littlelisp copied to clipboard
Added defunc
This was tricky to figure out. Adding functions to lisp code makes the coding process much more friendly. When trying to make programs, I kept wanting to make functions rather than lambdas. In an attempt to fix this issue, I added defunc, the lisp function, in the same style as the rest of the code.
If there is anything that should be changed in the code, feel free to make such changes.