[1010] in Coldmud discussion meeting

root meeting help first previous next last

[COLD] Proposal + patch: new list expressions

daemon@ATHENA.MIT.EDU (Sat Jun 8 21:16:18 1996 )

Date: Sun, 9 Jun 1996 02:53:46 +0200
From: silovic@srce.hr (Miroslav Silovic)
To: brandon@tombstone.sunrem.com, coldstuff@cold.org



OK, we talked about adding map as primitive. I intend to add some
more list functionality in the driver, but this is just for the
test and the proof of concept.

------------
Here is the test result. Syntax, decoding and execution all work
------------


@program .test
var a; .tell((  [1,2,3] maplist a onto ">>> "+a+" <<<"  ).columnize(2));