mirror of
https://github.com/rabbibotton/clog.git
synced 2026-04-27 15:40:51 -07:00
23 lines
No EOL
665 B
Markdown
23 lines
No EOL
665 B
Markdown
Using VSCODE instead of emacs:
|
|
|
|
- Install Common-Lisp (you can skip the emacs portion)
|
|
|
|
* [Install Common-Lisp for MacOS](MACOS.md)
|
|
* [Install Common-Lisp for Win64](WINDOWS.md)
|
|
* [Install Common-Lisp for Linux](https://lisp-lang.org/learn/getting-started/)
|
|
|
|
- Update asdf by git cloning the latest version in to ~/common-lisp or another asdf reachable location
|
|
|
|
git clone https://github.com/fare/asdf.git
|
|
|
|
- Download and install vscode
|
|
|
|
- Go to - https://marketplace.visualstudio.com/items?itemName=rheller.alive
|
|
|
|
Click install and follow directions
|
|
|
|
- Cmd+Shift+P - type shell command <enter>
|
|
|
|
Go through install
|
|
|
|
- load up a .lisp file and the REPL should load |