[Openmcl-devel] square bracket list
Taoufik Dachraoui
dachraoui.taoufik at gmail.com
Sun Jul 24 02:56:37 PDT 2011
Hi
is it possible to print special lists using square brackets
example:
(a b [1 2 3] e)
the list [1 2 3] is special and is printed using a square bracket.
I can cons a special character to differentiate special lists like the
following:
(a b (#\$ 1 2 3) e)
but it is better if i can find a way to print special lists using
square brackets.
Kind regards
Taoufik
More information about the Openmcl-devel
mailing list