Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

case sensitivity? #2

Open
automatthew opened this issue Jul 28, 2009 · 1 comment
Open

case sensitivity? #2

automatthew opened this issue Jul 28, 2009 · 1 comment

Comments

@automatthew
Copy link
Collaborator

Will Pez continue to use case-insensitive words?

@pete
Copy link
Owner

pete commented Jul 29, 2009

Nope. Per the TODO, all of those calls to ucase() are going away, the primitives are going to be lower-cased, and we'll be case-sensitive.

Incidentally, the performance hit from the capitalize-everything approach (I guess strcasecmp() wasn't around for some of the previously supported platforms?) comes in interpret mode and during compilation; it's all addresses for compiled words, so no major hit there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants