Search code examples
SICP Exercise 1.28 - Miller-Rabin - "at least half the numbers will reveal a nontrivial square ...


schemeprimessicpprimality-test

Read More
Is there an equivalent to Lisp's "runtime" primitive in Scheme?...


lispschemeracketsicp

Read More
SICP: Evaluate Racket into REPL with Emacs and Geiser...


emacsracketsicpmit-schemegeiser

Read More
Getting an wrong answer in scheme program...


schemelispsicpnewtons-method

Read More
Need help to understand some of the SICP streams examples...


streamschemeprimessicpsieve-algorithm

Read More
Miller-Rabin test (SICP 1.28)...


schemeprimessicpmodular-arithmeticprimality-test

Read More
SICP Streams (Scheme) - CDR into the implicit stream of ones...


streamschemeread-eval-print-loopsicpmit-scheme

Read More
Exercise 1.3 SICP why doesn't it work with 'when'?...


schemeracketsicp

Read More
Representing a queue as a procedure with local state...


functional-programmingschemesicpmutationfirst-class-functions

Read More
Improve debugging output of a recursive function...


javascriptrecursionfunctional-programmingsicp

Read More
Regex to extract S expression?...


regexlispsicp

Read More
How to step through this evaluation?...


schemeracketsicp

Read More
SICP exercise 3.20 - understand the envrionmental diagram (missing binding in my diagram)...


pythonschemecomputation-theorysicplexical-scope

Read More
Is there a way of summing two vectors with different lengths in Scheme?...


schemelispracketsicp

Read More
Is there a way to use for-each function in vectors as it is used in Lists in Scheme...


schemelispracketsicp

Read More
getting SICP to run on Racket: excercise 4.48, cannot get load() to work...


racketsicp

Read More
SICP The Picture Language Exercise Lambda Argument...


schemesicp

Read More
Can the let block be trivially removed from this SICP chapter 3 code without anything changing?...


schemesicp

Read More
Every solution that I've seen for SICP Exercise 3.16 appears to cheat by creating more than thre...


listschemesicpcons

Read More
Why does this arithmetic code return lists?...


listschemesicp

Read More
Why can't we assimilate the predicates number? and same-variable? into the data-directed dispatc...


functional-programmingpolymorphismschemesicp

Read More
Unclear how the get procedure works inside apply-generic (SICP)...


schemesicp

Read More
Why can't I use 'and' as the predicate in my 'cond' expression?...


schemeracketsicp

Read More
How to resolve weird Bug in my implementation of SICP Ex 2.85?...


genericstypesschemedispatchsicp

Read More
What are data structures at the lowest level?...


data-structuresschemeabstractionsicp

Read More
How do you find where an error has occurred in MIT scheme?...


schemesicpmit-scheme

Read More
Structure And Interpretation of Computer Programs Ex2_74...


schemeevaluationsicp

Read More
Generalizing prime pairs in SICP...


schemelispracketprimessicp

Read More
SICP Lisp/Scheme - recursive return value gets lost...


listrecursionschemelispsicp

Read More
How to give a frame as argument to DrRacket when I paint a image by using a painter? (SICP 2nd Editi...


racketsicp

Read More
BackNext