Tags newLispProgramming Understanding the “unify” Function in “newLisp” admin November 28, 2021 Unification between two symbolic expressions involves finding substitutions for variables (if any) in the expressions such that the expressions match after
Tags newLispProgramming Currying in “newLisp” admin November 14, 2021 In the last two articles, I discussed what I believe are some interesting features of “newLisp”. Today’s topic is “currying”,
Tags newLispProgramming Implicit Indexing and Slicing in “newLisp” admin November 1, 2021 In traditional Lisp (Common Lisp), when evaluating an S-expression list, the first element in the “functor” position must be a