Hard Light Productions Forums
Off-Topic Discussion => Programming => Topic started by: jr2 on February 04, 2010, 02:59:46 pm
-
What do you coder-gods make of this? I guess FS is coded in C..
Source Code (http://www.cdecl.org/files/cdecl-blocks-2.5.tar.gz) is available.
cdecl (http://www.cdecl.org/)
e.g.:
cdecl
C gibberish ↔ English
int (*(*foo)(const void *))[3]
declare foo as pointer to function (pointer to const void) returning pointer to array 3 of int
permalink
-
I have nooooooooooooooooooooooooooo idea what this topic is about.
/me clicks download anyway :nod:
-
Looks a bit useless, to be honest. Either you can read and understand the code, or you can't. In cases of obfuscated C, it may be of some use, but anyone who codes that way deserves to be hunted by Raptors.
-
Looks a bit useless, to be honest. Either you can read and understand the code, or you can't. In cases of obfuscated C, it may be of some use, but anyone who codes that way deserves to be hunted by Raptors.
:lol: Well I have no clue anyways so I thought I'd see if it was useful. ;)
-
It's a bit of fun, and completely useless.
Therefore, I applaud it - useless fun is fun!
- But still useless.
(On the other hand, "All art is useless" - Oscar Wilde)
-
for those of you wondering what this is it's a C -> English converter.
-
Problem with things like this is that it's kind of like all other language translators, C is a language, like French or Japanese, it has rules and idiosyncracies that may not translate well to English. When someone speaks Spanish, for example, they'll do a far better job if they think in Spanish while they do it, the same applies to programming languages in my opinion.
-
for those of you wondering what this is it's a C -> English converter.
I was under the impression it did both? C <-> English
Am I mistaken?
-
probably an extremely particular form of English.