Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 273a8ac

Browse files
Scaffold Slime support
1 parent 1ff944a commit 273a8ac

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

‎Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
init:
2+
brew install sbcl rlwrap

‎README.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# programming-algorithms-in-lisp
2+
23
Writing Efficient Programs with Examples in ANSI Common Lisp
4+
5+
## Getting Started
6+
7+
``` sh
8+
make init
9+
```
10+
11+
``` elisp
12+
(setq inferior-lisp-program "/usr/local/bin/sbcl")
13+
```

‎src/03.lisp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
((lambda (x) (+ x x)) 2)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /