0
votes
11
votes
Choosing a new language
Common Lisp, because it allows you to describe your problem in terms of the proble …
1
vote
Tangential Tweaking: Your Most OCD quest for perfection
I type in the following lines when I move to a new system:
$ svn export https://.../.../configuration ~/configuration
$ for file in configuration/.*; do ln -sf $file .; done
…
