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

your favorite programming language

Name: Anonymous 2013-04-18 22:06

mine is Python. simple yet powerful. you can do anything you want with it web, math, science, graphic apps anything except may be OS programming/drivers/ orlow level stuff ;)

what's yours?

Name: Anonymous 2013-04-19 17:45

>>31
who needs C/C++, when you have Lisp?


class cons
. private
. . void * m_CAR
. . void * m_CDR
. public
. . cons void * CAR
         void * CDR
. . . m_CAR = CAR
. . . m_CDR = CDR
. . void * car
. . . return m_CAR
. . void * cdr
. . . return m_CDR


. switch x
. . case 0 :fall-through
. . . printf "hello"
. . case 1
. . . printf "world"
. . default
. . . error "only 0 and 1 allowed"

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