Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buhe/study-lisp
Just fun.
https://github.com/buhe/study-lisp
common-lisp
Last synced: 18 days ago
JSON representation
Just fun.
- Host: GitHub
- URL: https://github.com/buhe/study-lisp
- Owner: buhe
- Created: 2022-07-18T12:52:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T07:03:38.000Z (over 2 years ago)
- Last Synced: 2023-08-09T14:12:59.197Z (about 1 year ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project must be in ~/.roswell/local-projects/
```
ros run
```### At REPL
```
# install depend-on
(ql:quickload "hello")(asdf:load-system "hello")
(hello:start)
```### Test http
```
(drakma:http-request "https://baidu.com")(drakma:http-request "https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty")
(flexi-streams:octets-to-string *)
```
### Test JSON
```
(jsown:parse "{\"foo\":\"bar\",\"baz\":100.25}")
```### Emacs + slime
#### reinstall quicklisp at ~/.quicklisp
- https://lisp-lang.org/learn/getting-started/
- Project must be in ~/.quicklisp/local-projects