This is my blog. I will be working on solutions in common lisp with this blog, this will be mostly focusing on the guts of ML and how it works underneath the box. There will be a lot of math, but I will be as verbose as I can about what is happening.
1 2 3 4 |
;; A test function (defun testfun () “A test function” (format t “~d~%” 1)) |