[Patch] 2 enhancement for MatLISP

"Goffioul Michael" <[email protected]> Thu, 28 Apr 2005 14:07:46 +0200
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
Hi all,

Attached are 2 patches:

1) Implement "colon"-like behavior of Matlab, but use #\| instead (to avoid clash
with the package separator. So you can write something like: [1|10]
(sent on matlisp-devel, but there are more people subscribed here)

2) Implement colon index. A Matlab matrix access like a(:,2) would translate in
MatLISP into (matrix-ref a :all 1). It uses the keyword :all.

Enjoy.

Michael.
colon.diff.gz (application/x-gzip, 932 B) - not displayed
ref-all.diff.gz (application/x-gzip, 1.1 KB) - not displayed