Joost Diepenmaat  <joost@zeekat.nl> wrote:
+---------------
| I don't care where it's coming from. It could be called /. for all I
| care (as has been suggested in this thread). Except that /. is much
| easier to type.
+---------------
Oh, dear. ISTR "suggesting" it, but the intention was sarcastic,
which seems to have been taken seriously. (Ouch!)  Personally,
I *greatly* prefer "FN" to "/.", both to type (faster, two hands)
and to read. Besides, the Slashdot guys already have a claim on "/.".
-Rob
p.s. FWIW, my "P'Lite Scheme" infix hack (circa 1996) used "FN":
    plite> def fact = fn x in if x < 2 then 1 else x * [fact x - 1]
    fact
    plite> fact 5
    120
    plite> 
-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607