Search code examples
In MIT Scheme/Racket, can a value be both the operator and operand? i.e. (lambda (y) (y y))...

schemeracketcurryingsicp

Read More
vim syntax highlighting for multiline comments in MIT Scheme...

vimsicpvim-syntax-highlightingmit-scheme

Read More
Errors in Racket for SICP Exercise 1.11...

racketsicp

Read More
Exercise 1.3 SICP Error: Cannot evaluate expression in Racket...

racketsicpmit-scheme

Read More
What does "next" mean in this context?...

schemesicp

Read More
SICP practise 3.51 Wrong type to apply: #<syntax-transformer cons-stream>...

schemesicpguile

Read More
Lexical Scoping and sharing objects...

referenceschemelispsicplexical-scope

Read More
Why my below procedure implementation in the SICP picture language is behaving strangely?...

schemeracketsicp

Read More
Null value in Mit-Scheme?...

schemesicpmit-scheme

Read More
SICP 1.2.4 typo in fast-exp?...

schemesicp

Read More
Intuitive way of thinking about function composition and partial application...

javascriptclosuresschemesicpfunction-composition

Read More
Use of lambda for cons/car/cdr definition in SICP...

lambdaschemeracketsicp

Read More
What causes an unbound variable error in Scheme?...

schemesicp

Read More
In this concrete case, how is "trace" supposed to work in Racket?...

functional-programmingschemelispracketsicp

Read More
symbolic differentiation in Scala...

scalamathsicpsymbolic-math

Read More
Understanding of the part of the code...

schemesicp

Read More
Effective matrix in functional programming...

matrixschemeracketsicp

Read More
How Racket streams work in this case?...

streamschemeracketself-referencesicp

Read More
Order of growth in mixed functions...

algorithmrecursionschemeracketsicp

Read More
Dr Racket problems with SICP...

lispschemeracketsicp

Read More
Manually calculating time complexity of recursive Fibonacci algorithm...

algorithmrecursionbig-ofibonaccisicp

Read More
about racket remainder expected params...

lispracketsicp

Read More
scheme - print is undefined in this code...

streamschemeracketsicp

Read More
Error: (/) bad argument type: #<unspecified> Chicken Scheme Square root approximation...

schemelispsicpchicken-scheme

Read More
Do I misunderstand the meaning of exercise 2.65 of SICP?...

schemesicp

Read More
scheme, sicp, solution 3.19, procedure with infinite loop works in case it is provided as argument...

schemelispsicp

Read More
base case and time complexity in recursive algorithms...

algorithmperformancerecursionbig-osicp

Read More
scheme simple stream-map will not work in SICP example...

schemelispsicpdelayed-execution

Read More
Implementing Scheme's if clause using only cond...

schemelispracketsicp

Read More
SICP exercise 3.13 - make-cycle...

linked-listschemelispsicprecursive-datastructures

Read More
BackNext