Search code examples
Print formatted string with variables...


stringconsolescheme

Read More
Help explaining how `cons` in Scheme work?...


scheme

Read More
Using car and cdr...


functional-programmingschemeracket

Read More
How is the sicp cons-stream implemented?...


schemesicp

Read More
Scheme ignoring call to read-line...


ioschemeracket

Read More
Racket/Scheme - Replacing an item with another element in a non flat list...


listrecursionreplaceschemeracket

Read More
call/cc example in JavaScript...


javascriptschemecontinuationscontinuation-passingcallcc

Read More
What is ' (apostrophe) in Lisp / Scheme?...


schemelispquotethe-little-schemer

Read More
valid characters for lisp symbols...


lispschemecommon-lisp

Read More
How do foldl and foldr work, broken down in an example?...


schemelispracketfold

Read More
Using fixed point to show square root...


iterationschemelispracketsicp

Read More
Substitute values in Scheme lists...


listfunctional-programmingschemeracketsubstitution

Read More
Run SICP Scheme files like fast-failing tests...


shellubuntuschemesicp

Read More
Why doesn't Scheme support first class environments?...


schemeracket

Read More
Racket - Closure / Currying, where is the difference?...


functional-programmingclosuresschemeracketcurrying

Read More
Guile Scheme - How to pass C struct value back to Guile for scripting...


cscriptingschemeguile

Read More
Racket: sliding window over a vector...


schemeracketsliding-windowsubsequence

Read More
What is the closest equivalent to a for-loop in Racket-sdp?...


loopsrecursionschemeracket

Read More
Recursive Multiplication in Scheme (positive numbers)...


recursionscheme

Read More
Scheme: how does a nested call/cc work for a coroutine?...


schemecoroutinecallcccontinuation

Read More
Scheme - sum the squares of even-valued elements in a list...


listschemefilteringsingly-linked-listfold

Read More
Foldr for nested lists...


nestedschemeracketnested-listsfold

Read More
What is the difference between the these two scheme macros?...


schemelispmit-scheme

Read More
What is the memory footprint of a character in a byte string when compared to a character in a strin...


stringmemoryschemeracket

Read More
Recursive function to calculate sum of all numbers from 1 to n?...


schemeracket

Read More
Why defining a recursive-display procedure in Guile causes infinite loop?...


schemelispguile

Read More
When did the idea of macros (user-defined code transformation) appear?...


macroslispschemehistoryracket

Read More
How frames are used in the picture language in SICP?...


schemeimagesicp

Read More
How to import other libraries in mit scheme?...


schememit-scheme

Read More
No idea how to solve SICP exercise 1.11...


recursionschemeiterationsicp

Read More
BackNext