Regarding Case sensitivity in Scheme.

0 views
Skip to first unread message

kavi

unread,
Sep 25, 2007, 7:35:32 AM9/25/07
to Principles of Programming with JavaScript
A small doubt
When i giving literal 'B(capital Letters) as the input in then i am
getting output as (b) (small letter)

What might be the reason.

Venkatesh Choppella

unread,
Sep 25, 2007, 7:47:32 AM9/25/07
to popjs-20...@googlegroups.com
Hello Kavi,

Which Scheme are you using: Dr. Scheme or MzScheme?

I'm using MzScheme and the default is case sensitive:


Welcome to MzScheme version 299.100, Copyright (c) 2004-2005 PLT Scheme, Inc.
> 'Hello
Hello
> 'B
B
> (eq? 'B 'b)
#f
>

- venkatesh

--
Venkatesh Choppella, PhD.
Associate Professor
Indian Inst. of Info. Tech. & Mgmt -- Kerala
Park Centre, Technopark, Kariavottam P.O.
Trivandrum, Kerala 695 581, INDIA
home: http://www.iiitmk.ac.in/~choppell
calendar: http://www.google.com/calendar/embed?src=chop...@gmail.com

Reply all
Reply to author
Forward
0 new messages