| bio | website | arnau-sanchez.com/en |
|---|---|---|
| location | Barcelona, Spain | |
| age | ||
| visits | member for | 8 months |
| seen | Feb 14 at 13:22 | |
| stats | profile views | 0 |
Freelance developer
I am a freelance developer (I do mainly Ruby on Rails websites for a living) with a special interest in free-software, GNU/Linux and programming languages (Python, Ruby, Javascript, Haskell, Erlang, ...). Check my website if you want to hire me:
http://www.arnau-sanchez.com/en
My free software projects
Some of the projects and scripts I've developed over the years:
http://code.google.com/p/tokland/wiki/Projects
Favorite programming quotes
This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.
Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming. Let the data guide the programming.
Functional programming is like describing your problem to a mathematician. Imperative programming is like giving instructions to an idiot.
Controlling complexity is the essence of computer programming.