Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sicp

Reconciling lazy evaluation with complexity analysis

SICP Infinite Streams (Chapter 3.5.2)

stream scheme lisp sicp

How to express let* as a lambda expression (not the regular let)

Tail-recursive Pascal triangle in Scheme

Change output printing style from Racket REPL

What (define (p) (p)) does?

scheme lisp sicp

Including an r5rs file into another file in racket

scheme sicp racket

When does scheme evaluate quote?

lisp scheme sicp

The implement of mutex in SICP Section 3.4

lisp scheme mutex sicp

SICP sqrt NullPointerException

implementing foreach (doseq) in clojure

Memoization during delayed evaluation

Help understanding this implementation of cons and car in scheme using lambdas

lambda scheme sicp

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp

how is the sicp cons-stream implemented?

scheme sicp

Using trace to display a procedure in racket

scheme racket sicp

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

SICP exercise 1.5 and 1.6

scheme sicp racket r5rs

Iterative process vs a recursive process

SICP Video Lecture 2

scheme racket sicp