Add comment
This commit is contained in:
parent
4eced21a7d
commit
a4c73881b4
1 changed files with 5 additions and 1 deletions
|
@ -519,6 +519,10 @@ write_files:
|
|||
owner: 'cl:cl'
|
||||
defer: True
|
||||
content: |
|
||||
;;;; This Common Lisp script sets up a development environment by loading essential
|
||||
;;;; libraries for web development and data handling, including SBCL system
|
||||
;;;; libraries and external tools via Quicklisp. It concludes by saving the
|
||||
;;;; environment state to a core file for efficient reusability in future sessions.
|
||||
(mapc 'require '(sb-bsd-sockets sb-posix sb-introspect sb-cltl2 asdf))
|
||||
(ql:quickload '(:hunchentoot :cl-yaml :cl-json :jonathan :spinneret :dexador :rove :vecto :woo :clsql-sqlite3 :mito :bknr.datastore :cl-project))
|
||||
(save-lisp-and-die "sbcl.core-for-slime")
|
||||
|
@ -529,7 +533,7 @@ write_files:
|
|||
defer: True
|
||||
content: |
|
||||
#!/bin/bash
|
||||
sbcl --load /home/cl/lisp_03_load_swank_faster.lisp
|
||||
sbcl --noinform --noprint --load /home/cl/lisp_03_load_swank_faster.lisp
|
||||
|
||||
- path: /home/cl/emacs_build.sh
|
||||
owner: cl:cl
|
||||
|
|
Loading…
Add table
Reference in a new issue