Skip to content

Category Archives: programming

Getting virtualized python , django, and mysql working on OS X snow leopard

Yesterday, I was able to  to get django, installed with mysql support.  I used several websites to get it working right. 1) i installed mysql (64bit) from the official builds on mysql.com 2) i installed virtualenv from setuptools. I typed the following: $ sudo easy_install virtualenv 3)  I created directory for my virtual environment for […]

steps to lisp(the language)

I saw a interesting post on planet rubyonrails . Lucas Carlson how he went from PHP to Ruby to  Lisp .  I always regretted not learning Lisp as a undergrad. I want to learn it because it might actually improve my programming abilities.