own-pt / cl-krr

Environment for knowledge representation, reasoning, and engineering.
Apache License 2.0
4 stars 3 forks source link

Remove the mlisp dependency #10

Closed hmuniz closed 5 years ago

hmuniz commented 5 years ago
(defmacro with-case-sensitivity ( &body body)
   `(let ((*readtable* (copy-readtable)))
      (setf (readtable-case *readtable*) :preserve)
      (progn
        ,@body)))

This should be useful.

fcbr commented 5 years ago

see also #3