INTERPRETED LANGUAGE

A

Arlen Cuss

[Note: parts of this message were removed to make it a legal post.]

Sorry, I cannot read you, my eyes are case sensitive.

^ manveru
I was going to ask if anyone else found this as punny (get it!?) as I did.


On the other hand, to Jitendra:
case-sensitive in what fashion?

Arlen
 
C

Coby Randquist

I was going to ask if anyone else found this as punny (get it!?) as I did.


On the other hand, to Jitendra:
case-sensitive in what fashion?

Arlen

Jitendra,

The short answer is No it is not necessary for an interpreted language
to be case-sensitive.

It all depends on the interpreter.

There is nothing that would prevent you from developing a language and
an interpreter that was case agnostic.

-Coby
 
R

Robert Dober

10 LET A$="NO IT IS NOT"
20 PRINT A$
RUN
basic.rb:4: syntax error, unexpected tCONSTANT, expecting $end
10 LET A$="NO IT IS NOT"

BTW this is run with Ruby1.8 but Ruby1.9 gives the same results, this
is very troublesome. Like Ken I was certain that bASic was a subset of
Ruby ;)
Robert
 
G

Gareth Adams

Robert said:
BTW this is run with Ruby1.8 but Ruby1.9 gives the same results, this
is very troublesome. Like Ken I was certain that bASic was a subset of
Ruby ;)
Robert

No, Ruby is basic. BASIC isn't Ruby

Gareth
 
J

Jason Roelofs

No, Ruby is basic. BASIC isn't Ruby

Gareth

Forgot your sarcasm detector today Gareth?

Anyway, he's probably asking because his capslock is stuck on. Such a
sad ailment to be had on so many people.
 
M

Michael W. Ryder

Jitendra said:
IS IT NECESSARY FOR AN INTERPRETED LANGUAGE TO BE CASE SENSITIVE?

What do you mean by case sensitive? In Business Basic the interpreter
allows you to enter commands in lower case but automatically converts
them to uppercase before storing them but doesn't touch information in
strings. For example, entering 10 a$="This is a test" and then listing
the program will show: 10 LET A$="This is a test".
The interpreter considers commands and variables to be case insensitive
but strings to be case sensitive. Variable A$ is the same as a$ but
"This is a test" is not the same as "this is a test".
 
M

Marc Heiler

TO BE CASE SENSITIVE?

There are pros and cons.

But since your question is so short, I think its better to reply with
only a short answer like the above, and leave it at that :)
 
S

Sebastian Hungerecker

Robert said:
Like Ken I was certain that bASic was a subset of
Ruby

Well, to be fair, the question wasn't specific to ruby. The question was about
intepreted languages and Commodore-Basic (that's the one Ken used, right?) is
intepreted, so his answer is relevant to the question asked.
 
R

Robert Dober

Well, to be fair, the question wasn't specific to ruby. The question was about
intepreted languages and Commodore-Basic (that's the one Ken used, right?) is
intepreted, so his answer is relevant to the question asked.
If I had put a smiley it would have spoiled the fun, no?
Sorry Sebastian for having wasted your time.
R.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,289
Messages
2,571,435
Members
48,120
Latest member
Natbelix

Latest Threads

Top