vote up -1 vote down star

If I may beg your indulgence ...

I'm interested in Syntax and how programmers decipher what is presented to them without any context. It seems to me that good Syntax should be quickly interpreted, but not be as verbose as writing a step by step in plain language.

In an adhoc way I created a naming schema for my Personal C files, and I have a hundred or so files with names such as the following:

[ STR ]( e.N > X )f;

How would you interpret this ?

My Translation: Stream an Array of Immutable Strings Longer than Value "X" to f

Please link to examples of Syntax which you find easy to interpret.

I ask because I may use my schema for writing a Scripting Language, but only if it is obvious to the end user not taught to the end user.

flag
I don't understand. You're saying you have all of '[]()>;' characters in your file names? – too much php Sep 7 at 6:41
Windows doesn't even allow '>' in a filename ... – too much php Sep 7 at 6:42
Yes, I have them in my files names. I do not use such a naming convention outside my own "experimental" code, and use "normal" naming elsewhere. – _ande_turner_ Sep 7 at 6:44

closed as not a real question by Greg Hewgill, Jason Punyon, Jonathan Leffler, zoul, Michael Petrotta Sep 7 at 7:04

1 Answer

vote up 4 vote down

I may be slow, but this doesn't mean anything to me. Is this an actual example usage, or did you "sanitize" the example to make it more generic? Even if the syntactic form isn't self-evident, if existing examples were fairly clear, that would be good enough for me.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.