littlelisp icon indicating copy to clipboard operation
littlelisp copied to clipboard

Added defunc

Open jwMaxwell opened this issue 4 years ago • 0 comments

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.

jwMaxwell avatar Aug 02 '21 20:08 jwMaxwell