From 65a1c1f8820425e5a531a1bd4d652390489d4f9c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 21 Feb 2024 22:20:45 -0600 Subject: Fix weird eval problem Don't do things ya don't get, kids --- readme.txt | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'readme.txt') 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 lam(n.) -- where you go when a scheme goes bad -major work in progress. as of right now ( 2024-02-21 ): -- (define sq (lambda (x) (* x x))) - -(sq 4) ;=> 16 -(sq (sq 4)) ;=> 256 - -- (define rep (lambda (f) (lambda (x) (f (f x))))) - -((rep sq) 4) ;=> ERROR -- trying to call a string value (Symbol, I think, x) - -sad face. - -however, +, *, all math.* functions and constants, begin, define, work. - -apply also works, i'm pretty sure. scheme-style.(was up late last night, think i got that in) +this is /very much/ a work in progress contributions/help WELCOME! -- cgit 1.4.1-21-gabe81