Search code examples
Why does my lazy filtered list in scheme consume so much memory?...


schemelazy-evaluationimplementationlazy-sequenceschez-scheme

Read More
Modified Sieve for finding Prime Numbers in Scheme...


schemeprimessieve-algorithm

Read More
Is there any difference between closure in Scheme and usual closure in other languages?...


functional-programmingschemeclosuressicp

Read More
Functional Programming: what is an "improper list"?...


functional-programmingerlanglispscheme

Read More
SICP 3.52 delayed cdr...


streamschemesicplazy-sequences

Read More
PLT-Scheme learning reference...


schemerackethtdp

Read More
Extracting data of pairs without the data that encountered before...


schemeracket

Read More
Scheme lambda or define?...


scheme

Read More
Why an expression using a global variable multiple times reads that variable multiple times instead ...


concurrencyschemerace-conditionsicp

Read More
Passing a list of lists by value is not updating in Scheme language...


matrixschemelispracketlinear-algebra

Read More
What is "point free" style (in Functional Programming)?...


functional-programmingcoding-styleschemepointfree

Read More
Why empty list is considered atom in Scheme?...


schemechicken-scheme

Read More
Why TSPL's letrec example can be run in ChezScheme with only let?...


scopeschemeletletrec

Read More
Is it possible to define a syntax-rules macro in Common Lisp...


schemecommon-lispsyntax-rules

Read More
SICP making change...


recursionoptimizationschemesicpcoin-change

Read More
How to get the arguments of an instance of a Scheme define-type?...


schemeracketplai

Read More
Scheme is not able to identify define-macro...


schemeracket

Read More
A let in a cond in scheme possible?...


schemeracket

Read More
Can scala hide state in function like scheme's "count" since it have closure too?...


scalascheme

Read More
Providing a meaningful default directory name in GIMP Scheme (script-Fu)...


schemegimpscript-fu

Read More
How can I load a foreign library using Guile Scheme?...


cschemeffiguile

Read More
Please explain coding for "thunks."...


schemelazy-evaluationthunk

Read More
Use of literals in hygienic macros in Scheme...


macrosschemer5rs

Read More
Local defines in R5RS Scheme language in DrRacket...


schemeracket

Read More
Why does using cons to create a pair of two lists produce a list and two elements?...


lispschemeracket

Read More
why is `(((call/cc (lambda (k) k)) (lambda (x) x)) "HEY!")` evaluated to "HEY!"?...


functional-programmingschemeprogramming-languagescontinuationscallcc

Read More
How to use map with a list of lists...


schemeracketnested-listsmap-function

Read More
Scheme best practise bracket scheme...


scheme

Read More
Print formatted string with variables‎ ‎ ‎ ‎ ‎...


stringconsolescheme

Read More
How to define logarithms for base other than e?...


mathschemeracketlogarithm

Read More
BackNext