about summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
authorCase Duckworth2024-02-21 22:20:45 -0600
committerCase Duckworth2024-02-21 22:20:45 -0600
commit65a1c1f8820425e5a531a1bd4d652390489d4f9c (patch)
tree5a2bcaba8244e11d764c29752ab1b5da68b2c6ad /readme.txt
parentAdd makefile (diff)
downloadlam-65a1c1f8820425e5a531a1bd4d652390489d4f9c.tar.gz
lam-65a1c1f8820425e5a531a1bd4d652390489d4f9c.zip
Fix weird eval problem
Don't do things ya don't get, kids
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/readme.txt b/readme.txt index 20b41cf..76f571f 100644 --- a/readme.txt +++ b/readme.txt
@@ -3,20 +3,6 @@ by C. Duckworth
3 3
4lam(n.) -- where you go when a scheme goes bad 4lam(n.) -- where you go when a scheme goes bad
5 5
6major work in progress. as of right now ( 2024-02-21 ): 6this is /very much/ a work in progress
7- (define sq (lambda (x) (* x x)))
8
9(sq 4) ;=> 16
10(sq (sq 4)) ;=> 256
11
12- (define rep (lambda (f) (lambda (x) (f (f x)))))
13
14((rep sq) 4) ;=> ERROR -- trying to call a string value (Symbol, I think, x)
15
16sad face.
17
18however, +, *, all math.* functions and constants, begin, define, work.
19
20apply also works, i'm pretty sure. scheme-style.(was up late last night, think i got that in)
21 7
22contributions/help WELCOME! 8contributions/help WELCOME!