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

The C Pogroming Language

Name: Anonymous 2010-02-13 8:14

Hello, I have found after years of use of C, that it has become... problematic. Too long have we clinged to this archaic programming language! I have invented my own offshoot of C, it's called "C With Namespaces". Brilliant name I know. The language syntax has dramatically changed with it, for instance, before you would write this to produce the output "hello world!":

#include "stdio.h"

int main(int argc, char*argv[]){
    printf("hello world!");
    return 0;
}

Under C With Namespaces:

main
    use stdio::printf:="hello world";
    use return:int:=0;
;

This will solve the problem which has faced users of both C and LISP: Worn out bracket keys! No longer will you have to store thousands of spare keyboards, or assign multiple keys to brackets! Using my new programming language has increased the life of my bracket keys dramatically!

Name: Anonymous 2010-02-14 22:02

>>17
for * in file; do mv $file $file.obj; done

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