Search code examples
How to use map with a list of lists...


schemeracketnested-listsmap-function

Read More
Selecting Elements from a List in Racket...


racket

Read More
(Building a lexer in Racket) How to identify & tokenize a line number that comes after a "g...


parsingracketlexerlexical-analysis

Read More
set-car!, set-cdr! unbound in racket?...


schemeracket

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


mathschemeracketlogarithm

Read More
How to bind an identifier to a sublist plus delimiter?...


pattern-matchingmatchracketsublist

Read More
Using car and cdr...


functional-programmingschemeracket

Read More
Creating a Union function in Racket...


recursionracketunions

Read More
How do I set the meta-language in the Racket REPL?...


racket

Read More
Function body for a function that consumes a compound data list of universities and produces the nam...


functionrecursionsyntax-errorracketself-reference

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
Returning last element of a list in drracket...


listrecursionracketelement

Read More
Application not a procedure error in Racket...


racket

Read More
finding nodes at depth N in a tree with racket...


recursionlispbinary-treeracket

Read More
RACKET: Require a pair type function...


racketplai

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
How do I serialize an object into JSON including defined variables in Racket?...


jsonracket

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


schemeracket

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


functional-programmingclosuresschemeracketcurrying

Read More
Why does foo have the same value as (foo) in this Racket macro?...


macrosracketread-eval-print-loop

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


schemeracketsliding-windowsubsequence

Read More
How to set vertex attributes for GraphViz in Racket...


graphlispracketgraphviz

Read More
how can I compare syntax objects in racket?...


racket

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


loopsrecursionschemeracket

Read More
Where do the exception predicates come from in Racket?...


exceptionracket

Read More
Foldr for nested lists...


nestedschemeracketnested-listsfold

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
BackNext