Files
tldr/pages.zh/common/sbcl.md

12 lines
220 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sbcl
> 高性能的 Common Lisp 编译器。
> 更多信息请访问:<https://www.sbcl.org/>.
- 启动 REPL交互式命令行
`sbcl`
- 执行一个 Lisp 脚本:
`sbcl --script {{path/to/script.lisp}}`