|
|
|
|
|
by jbri
5655 days ago
|
|
No, you can't really do the same with Zinc. In Ruby, if there's a keyword somewhere, it's pretty damn obvious it's not part of an identifier. With Zinc, you need to know what all the keywords are just to tell what the name of something is. And that doesn't even start on additions to the language completely breaking your code because you used that word in an identifier somewhere... |
|