A programmer’s paranoia

Confessions of an hacker

A programmer’s paranoia header image 4

Ten things I hate of other people source code

July 14th, 2008 · No Comments

Every single day of my life I watch and use other people code/libraries/programs/framework done in C/C++ ad other languages. I hate a lot of things and this is my personal list of things that make me mad.

[Read more →]

Tags: hacking

Lisp a programmable programming language

November 10th, 2007 · No Comments

A couple of years ago I was modifying a little the GNU/gcc compiler cause I was so bored. I was adding the inverted statements to the c++ language grammar. Something like the perlish: “sub-block-statements if(some-condition)” with success too. It seems a stupid addition but it’s far more smart than it seems. [...]

[Read more →]

Tags: hacking