Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxxxr/repl
common lispのrepl
https://github.com/cxxxr/repl
Last synced: 23 days ago
JSON representation
common lispのrepl
- Host: GitHub
- URL: https://github.com/cxxxr/repl
- Owner: cxxxr
- License: mit
- Created: 2015-08-05T08:50:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T04:29:12.000Z (about 9 years ago)
- Last Synced: 2024-12-18T00:37:29.987Z (24 days ago)
- Language: Common Lisp
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repl
common lispのrepl## 特徴
readlineを使って式単位の入力履歴やシェルコマンドの呼び出し
シンボルやファイル名の補完## 対応している処理系
sbcl## 使い方
`(repl:repl)`でreplが起動してプロンプトが表示される* 先頭が!だとその行の後ろの文字列はシェルに渡されて実行される
* 先頭がシンボルでそのシンボルの関数が定義されていたらそれを呼び出す
* カレントディレクトリの`replrc.lisp`または`$HOME/.replrc.lisp`を初期化ファイルとして読み込む## ライセンス
[MIT](https://github.com/cxxxr/repl/blob/master/LICENSE)