Tag Archives: compiling

A Whole New Language

I like to dream. Occasionally I dream about what the ideal programming language would look like. Yes, I know, writing a new programming language would involve all sorts of hurdles like convincing people to adopt it, building a community around … Continue reading

Posted in short | Tagged , , , , , , , | Comments Off on A Whole New Language

Vim and Breakindent

My contention: Programmers should never have to insert line breaks into long lines of code. Why: The position of line breaks in long lines of code does not contain any semantic information.  Where coding standards limit line length, it is … Continue reading

Posted in long | Tagged , , , , , , , , , | Comments Off on Vim and Breakindent