miniblog.
← Back to all posts
Jan 24, 2021 at 23:29
3
I like the lisp convention of 'defvar' (define a variable), 'defmacro' (define a macro). 'defun' feels a little weird though -- shouldn't it have been 'deffun'?
Related Posts
Mar 10, 2014 at 20:25
Arc lisp uses first class anonymous macros to define `defmacro` and `let`! Really impressive.