Search Results

0
votes

Do you have a hobby development project?

Chiefly Limp, a Lisp IDE for Vim. …
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 …