Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johmaru/test_console_clisp
https://github.com/johmaru/test_console_clisp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/johmaru/test_console_clisp
- Owner: johmaru
- Created: 2024-12-18T07:27:38.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-18T08:28:50.000Z (about 1 month ago)
- Last Synced: 2024-12-18T09:31:29.070Z (about 1 month ago)
- Language: Common Lisp
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 使い方
## 使用環境
- linux ubuntu 24.04
- sbcl
- quickload
- Alive (vscode extension)## 実行方法
git cloneしcdでtest_console_clispに入りcode .する。
```sbcl```
```(push "./" asdf:*central-registry*)``` シンボリックリンク
```(ql:quickload :test_console_clisp)```
```(test_console_clisp:main-function)```
## プログラムのビルド
test_console_clispのフォルダを開く
```sbcl --load build.lisp```