Re: Case sensitivity



vandyswa wrote:
> [...]
>
> So I would propose that Forth move towards lower case standard control
> structure words, and case sensitivity. A standard transitional
> facility to accept the upper case counterparts (but not, for instance,
> mixed case variations) would be required. ForthOS uses lower case
> words with case sensitivity. Rather than support the upper case words
> directly, I have a UNIX sed (stream editor) script which I apply to
> source I wish to import.

Hummn! It's a fairly common convention around here to write
control structure words (IF, THEN, BEGIN, EXIT, etc.) in upper
case, and most of the rest in lower case, which nicely
emphasizes the logical flow. And there are other types of words
that can benefit from upper case emphasis.

But nobody wants to force such conventions on other people,
which works when the underlying system is caseless.

-- David
.



Relevant Pages

  • Re: Case sensitivity
    ... whole dimension of expressiveness, a sentiment with which I agree.) ... So I would propose that Forth move towards lower case standard control ... structure words, and case sensitivity. ... Rather than support the upper case words ...
    (comp.lang.forth)
  • Re: Case sensitivity
    ... > So I would propose that Forth move towards lower case standard control ... > structure words, and case sensitivity. ... Rather than support the upper case words ... control structure words in upper ...
    (comp.lang.forth)
  • Re: case sensitivity in access
    ... ACCESS does not support case sensitivity for searching/matching directly. ... ACCESS treats all characters as upper case when using InStr, InStrRev, Like, ... You can use the Asc() function to find specific upper or lower case ... Dim intL As Integer ...
    (microsoft.public.access.forms)
  • Re: How to query a text string when case is in upper and lower
    ... can have combinations of upper and lower case. ... I know in SQL it's easy to ... Is there a similar way to do that in a regular Access query? ... If you want case sensitivity, or if the query is being run by SQL/Server or ...
    (microsoft.public.access.queries)
  • Re: CLisp case sensitivity
    ... >> sensitivity to case is likely coming to Lisp. ... Only the default reader setting converts everything to upper case: ... Modula-2 and Modula-3 are case sensitive and define their ...
    (comp.lang.lisp)