I came across this statement as code, on a programming puzzle web site.
(i. >./) (0 >. +)/@:|.\ a
Wondering, what language has these type of syntax?
|
1
|
I came across this statement as code, on a programming puzzle web site.
Wondering, what language has these type of syntax?
|
||||||||
|
|
|
That's probably the J programming language. For example, here's a page that mentions the (i. >./) idiom (I wanted to say Perl as a joke ;) |
||||||||||||
|
|
|
You could look at Malbolge or Befunge, but those are just wild guesses based on the readability of your sample code. |
||
|
|
|
|
K has some really weird syntax. Also, on the list are APL, R and some other weird languages, which are pretty powerful for their purposes, and in some cases, use their own character set. My guess would be that this is closer to K than anything else. |
||||
|
|
|
APL had that sort of syntax. Not that exact syntax but near the same level of readability. Did the web site not offer a clue? Forth, as well, had similar syntax Update: Actually, it does look like APL or a variant thereof. See this link here for the line:
The comments at the top of that file:
so it's the J variant of APL. See here if you want to enhance your migraines. |
||||
|
|
|
Perfectly valid c++ code. Just give me a couple of #define directives, and this cryptic code will print a "Mary has a little lamb"... Just kidding, but why not? Preprocessor may translate almost anything into a valid code... |
||
|
|