From: Goffioul M. <gof...@im...> - 2005-04-14 13:10:28
|
Hi, attached is a patch for the MatLISP reader that implements MATLAB-like colon behavior (2:3, pi:-0.1:-pi...). To avoid clash with the LISP package access convention, it's based on #\| instead of #\:. Ex: [1|10] [[10|-1|0]' [0|10]'] Bye. Michael. |