Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/'s own esoteric language

Name: Anonymous 2008-08-04 18:08

Fun idea. Let's make our own programming language.
Conditions:
Must be somewhat useful like ABC.
Not limited to characters only. Can include words.
1 function per post.

Name: Anonymous 2008-08-08 0:39

NULL expansion:
If the preprocessor sees NULLx# where # is a non-negative integer it will be replaced with NULL # times.

Example:
foo(NULLx6);
expands to
foo(NULL, NULL, NULL, NULL, NULL, NULL);

NULLx0 is undefined.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List