Skip to content

Instantly share code, notes, and snippets.

@moratori
Last active December 27, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moratori/7302907 to your computer and use it in GitHub Desktop.
Save moratori/7302907 to your computer and use it in GitHub Desktop.
hp sample
(load "quicklisp.lisp")
(quicklisp-quickstart:install) ;; quicklispのインストール
(ql:add-to-init-file) ;; REPL起動時にQuicklispが読み込まれるように初期化ファイルに書き込む処理
(ql:system-apropos "match") ;; ライブラリを探してみる
(ql:quickload :cl-match) ;; ライブラリをロードしてみる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment