在Windows下Hunchentoot的啟動

2022-03-19 16:08:29 字數 1252 閱讀 4643

hunchentoot是個什麼東東呢?它是乙個common lisp web server。

看完《黑客與畫家》後,受它影響就嘗試了解一下lisp,因為是在windows下進行,所以弄個環境並不是很方便。

1、allegro common lisp 8.2 free express edition,簡稱allegro cl

2、lispbox,裡面整合了emacs、quicklisp等

因為是搞web開始,總得有個web server支援吧,搜尋一下後就找到hunchentoot了。

一開始使用的是allegro cl,搜尋到這篇文章:

enterprise common lisp: setting up hunchentoot, the common lisp webserver

跟著文章上面的方法折騰好久,沒成功,後來放棄了,中間還下了很多東東,比如這個:starter-pack

最後改為了lispbox,解壓後雙擊lispbox.bat然後啟動

最後搜尋到這篇文章:running hunchentoot on abcl

按照上面的方法操作:

1、安裝quicklisp

cl-user> (load

2、安裝usocket

cl-user> (ql:quickload "usocket")

3、安裝hunchentoot

cl-user> (ql:quickload "hunchentoot")

4、執行hunchentoot

更多關於hunchentoot的資訊,可以點選這裡》

通過前幾天對lisp零亂的學習和了解,準備整理一些學習筆記出來

在Windows下使用GCC

如何安裝 mingw gcc 編譯器套件 1 使用圖形化的自動安裝程式 2 使用命令列工具 mingw get 3 手動安裝 binutils mingw runtime dev and dll w32api mpc dev and dll mpfr dev and dll gmp dev and ...

在windows下安裝webpy

prerequisite 1.install python 2.download webpy steps 1.解壓webpy壓縮包 2.type win r type cmd 在webpy安裝目錄下 type python setup.py install import web urls index...

Theano 在windows下安裝

theano win8 一切為了 deep learning 選擇安裝方式 anacondace 學術免費 simply download and execute the installer from anacondace downlowad page then download and execu...