How frames are used in the picture language in SICP?...
Read MoreNo idea how to solve SICP exercise 1.11...
Read MoreSICP, Scheme, DrRacket Question: Timer/profiler function?...
Read MoreHow can two things be used after a cond predicate in scheme?...
Read MoreSICP Exercise 1.8 - Why doesn't my function terminate?...
Read MoreSICP Exercise 1.28 - Miller-Rabin - "at least half the numbers will reveal a nontrivial square ...
Read MoreIs there an equivalent to Lisp's "runtime" primitive in Scheme?...
Read MoreSICP: Evaluate Racket into REPL with Emacs and Geiser...
Read MoreGetting an wrong answer in scheme program...
Read MoreNeed help to understand some of the SICP streams examples...
Read MoreSICP Streams (Scheme) - CDR into the implicit stream of ones...
Read MoreExercise 1.3 SICP why doesn't it work with 'when'?...
Read MoreRepresenting a queue as a procedure with local state...
Read MoreImprove debugging output of a recursive function...
Read MoreHow to step through this evaluation?...
Read MoreSICP exercise 3.20 - understand the envrionmental diagram (missing binding in my diagram)...
Read MoreIs there a way of summing two vectors with different lengths in Scheme?...
Read MoreIs there a way to use for-each function in vectors as it is used in Lists in Scheme...
Read Moregetting SICP to run on Racket: excercise 4.48, cannot get load() to work...
Read MoreSICP The Picture Language Exercise Lambda Argument...
Read MoreCan the let block be trivially removed from this SICP chapter 3 code without anything changing?...
Read MoreEvery solution that I've seen for SICP Exercise 3.16 appears to cheat by creating more than thre...
Read MoreWhy does this arithmetic code return lists?...
Read MoreWhy can't we assimilate the predicates number? and same-variable? into the data-directed dispatc...
Read MoreUnclear how the get procedure works inside apply-generic (SICP)...
Read MoreWhy can't I use 'and' as the predicate in my 'cond' expression?...
Read MoreHow to resolve weird Bug in my implementation of SICP Ex 2.85?...
Read More