by Xanthir » Wed May 16, 2012 8:59 pm UTC
Personal websites can be *extremely* cheap, especially if you're okay with learning basic HTML yourself. Buy an account on a cheap host like NearlyFreeSpeech (only a few bucks), buy a domain name if you want (about $10 for a year) or else just stick with the basic one your host will give you, and install Wordpress on it (free) so you can easily host writing/drawings/videos.
(defun fibs (n &optional (a 1) (b 1)) (take n (unfold '+ a b)))