--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/0af5a21d-6c18-4529-902e-616e9774484an%40googlegroups.com.
Ryan,
Looks OK, but you’ve mixed some CL functions that were imported into IL. (e.g. < , > ).
So, if the point was to do this all with Interlisp forms, you missed a little bit.
Now, my preferences…
If you’re willing to “bend” to include “some” CL features, I’d use a package that builds on the IL package (:USE “IL”) instead of name prefixes (V3F. RB.). You’d need to rename a few of the functions that would conflict with existing function names in IL:, e.g. NEGATE. (Though, not as many as I first thought!)
Likewise, the V3F name, itself, is not as descriptive as it could be.
Matt
--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/0109AEF4-8522-44CA-A833-64940ABD7B08%40gmail.com.