template-cl-gas
is a Roswell template to write GAS by Common Lisp (Parenscript).
At first, clone this repository and import the template.
$ git clone https://github.com/eshamster/template-cl-gas.git
$ cd template-cl-gas/src
$ ros template import
If you successfully import, cl-gas
template can be seen as the following.
$ ros template checkout
current default is "default"
candidates:
default
cl-gas
Next, install a required system that is not registered to the quicklisp repository.
$ ros install eshamster/ps-experiment
- Create a directory under a directory that quicklisp can find.
$ cd ~/.roswell/local-projects $ mkdir sample-cl-gas
- Initialize a project by
clasp create
$ cd ~/.roswell/local-projects/sample-cl-gas $ clasp create sample-cl-gas --type standalone $ find . . ./.clasp.json ./appsscript.json
- Export
cl-gas
template to the same directory$ cd ~/.roswell/local-projects/sample-cl-gas $ ros init cl-gas sample-cl-gas \ --license LLGPL \ --description "This is a sample using template-cl-gas." $ find . . ./.clasp.json ./appsscript.json ./.gitignore ./.claspignore ./.clasp.json.in ./src ./src/main.lisp ./src/compile.lisp ./roswell.init.cl-gas.asd ./main.lisp ./compile.ros ./sample-cl-gas.asd ./README.markdown ./Makefile
See README in the src directory for usage after creating a project.
- eshamster (hamgoostar@gmail.com)
Copyright (c) 2020 eshamster (hamgoostar@gmail.com)
Licensed under the MIT License.