Racket language change & module problems...
Read MoreSICP: Can or be defined in lisp as a syntactic transformation without gensym?...
Read MoreCan't implement SICP AVERAGE-DAMP in PHP...
Read MoreWhat is the advantage of lexical addressing in Chapter 5 of SICP?...
Read MoreDeconstructing a recursive process - SICP...
Read More+: expects type <number> as 2nd argument, given: #<void>;...
Read MoreHow to write analyzer/evaluator functions like `eval-if` in CPS form?...
Read MoreHow to express let* as a lambda expression (not the regular let)...
Read Morefind all ordered triples of distinct positive integers i, j, and k less than or equal to a given int...
Read MoreMemoization during delayed evaluation...
Read MoreProcedure works as intended but error message still shows up...
Read MoreError: Can't bind name in null syntactic environment...
Read MoreWhy does this return a list '(5) rather than the number 5?...
Read MoreHow do you write an MIT Scheme macro to return a lambda form?...
Read MoreStuck SICP Exercise 1.1.7 in Javascript...
Read MoreTracing lambda expression evaluation...
Read MoreHow to use scheme macros to show evaluation tree...
Read MoreSICP Exercise 2.19 - how to extend this?...
Read MoreHow to deeply understand the signal-flow diagram described in SICP?...
Read MoreWriting a Scheme interpreter with FPC: Allocation and Pointers...
Read MoreWriting a Scheme interpreter with FPC: Recursive data structures...
Read MoreHow to make output in mit-scheme less verbose when it's used for running script...
Read MoreRunning code from SICP section 3.5.4 with DrRacket...
Read MoreI'm reading SICP and trying to follow along, but why do the Lisp interpreters I find online fail...
Read MoreScheme if pair end with a space char,the result will have one dot between two element...
Read More