Martin Skou
Posts: 20
Nickname: martinskou
Registered: Jul, 2007
Martin Skou is a developer in Infoserv
Starting on Lisp
Posted: Jul 11, 2012 1:31 PM
This post originated from an RSS feed registered with Python Buzz
by Martin Skou.
Original Post: Starting on Lisp
Feed Title: Python Fanatic
Feed URL: http://blog.1x.dk/feeds/posts/default
Feed Description: On Python web development.
Latest Python Buzz Posts
Latest Python Buzz Posts by Martin Skou
Latest Posts From Python Fanatic
Advertisement
I'm a Python programmer. But you should never stop learning! I'm using OSX and heavily into webdevelopment, so i used Homebrew to install Lisp and the Hunchentoot webserver. The procedure is:Install Homebrew Install SBCL using Homebrew Install Quicklisp With quicklisp its easy to install the Hunchentoot lisp webserver Start a Hunchentoot webserver:(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))
Read: Starting on Lisp