Friday, January 11, 2008

Elias, I think this is the beginning of a beautiful program

Today I started slime and it said something like "this could be the start of a beautiful program" and it remembered me the famous Casablanca phrase:
"louis i think this is the beginning of a beautiful friendship", so I made this little emacs startup greeting:

(defun startup-echo-area-message ()
(format "%s, I think this is the beginning of a beautiful program" (getenv "USER")))

just for fun.

on the other hand, I'm developing an emacs library to retrieve problems from projecteuler.com directly to an emacs buffer, so whenever I'm bored, I can try to resolve those little beautiful mathematical problems in Emacs.

its almos ready, I'll tell you.

elias