mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-09 12:20:27 -08:00
VSCode with Alive instructions
This commit is contained in:
parent
d0688bd6aa
commit
bb7b532ea7
2 changed files with 973 additions and 950 deletions
23
VSCODE.md
Normal file
23
VSCODE.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue