This website requires JavaScript.
Explore
Help
Sign In
felixm
/
SICP
Watch
1
Star
0
Fork
0
You've already forked SICP
Code
Issues
Pull Requests
Releases
Wiki
Activity
07e01a0483
SICP
/
run
11 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Finish exercises for chapter 1 section 1 and 2
2020-10-16 02:38:28 +02:00
#!/bin/sh
for a in "$@"
do
echo "run: $a"
Finish chapter 1 (rerun)
2020-10-16 03:14:22 +02:00
echo
Finish exercises for chapter 1 section 1 and 2
2020-10-16 02:38:28 +02:00
mit-scheme --quiet < $a
Implement up to 2.39
2020-10-31 01:15:03 +01:00
echo
Finish exercises for chapter 1 section 1 and 2
2020-10-16 02:38:28 +02:00
done
Reference in New Issue
Copy Permalink