Liste des Groupes | Revenir à cl forth |
In article <23a44aa0445a30c0fc782819f48463f9@www.novabbs.com>,I also often use `'someword` instead of `['] someword` and `' someword`, because I hate different forms for the conceptually same thing in interpretation and compilation, and because the form `'someword` is shorter.
mhx <mhx@iae.nl> wrote:Numbers (denotations) must be parsed. Otherwise I do think parsingHowever, as I showed earlier, a parsing "TO" has several advantages over>
a non-parsing "TO".
Am I the only one that thinks parsing words are an incredible nuisance?
words is a nuisance.
I might tolerate an exception with
"FILENAME" INCLUDED
"FILESNAME" NEEDED
"WORDNAME" WANTED
to be supplemented with
INCLUDE FILENAME
NEED FILESNAME
WANT WORDNAME
Merely for convenience to not type double quotes that are
far from the hand position, and even have different position
on the keyboard. And only in interactive sessions.
Particularly I hate ' / ['] .
My solution that ' has to elevated to a denotation.
Meaning 'someword leave the address/dea/handle/nametoken
of `` someword '' that is the same in interpret and compile mode.
If you want separate behaviours in some mode, they must be arrivedAgreed.
at via the dea.
Les messages affichés proviennent d'usenet.