Subject: Re: seperation of function namespace
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 19 May 2006 21:44:43 -0500
Newsgroups: comp.lang.lisp
Message-ID: <l4adnSRhRaAGH_PZRVn-og@speakeasy.net>
Kaz Kylheku <kkylheku@gmail.com> wrote:
+---------------
| A better solution would be to define an alternate set of parentheses,
| whose use would be optional, for denoting function calls:
|   [...] = (CALL ...)
...
| What would you call this dialect?
+---------------

Tcl.

But be careful what you wish for, since in Tcl arithmetic functions
like +, -, *, / aren't "operators", either, so you have to use the
special operator EXPR on them.


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607