Search code examples
Chez Scheme FFI Procedure Doesn't Work After Change to Apple Silicon...


schemeffiapple-siliconchez-scheme

Read More
How do we convert this Scheme (Lisp) function into C#...


c#schemelisp

Read More
What is #~ in scheme?...


schemeguileguix

Read More
Racket : Run scheme file in terminal and show result...


schemeracket

Read More
Recursive numeric equality in Scheme...


recursionschemeracketequalityr5rs

Read More
Under any Scheme standard, is (let (x y z) x) valid code?...


schemecommon-lispelispletlanguage-comparisons

Read More
Iterate through the letters of the alphabet in Racket...


schemeracket

Read More
What do Lisp macros have over functions that optionally evaluate their arguments?...


macrosschemelisp

Read More
Delayed "let" in SICP...


streamschemelispsicplazy-sequences

Read More
Chicken Scheme pass on parameters to gcc...


gccschemechicken-scheme

Read More
Say we have an abstract data type for cities. A city has a name, a latitude coordinate, and a longit...


schemeracketabstraction

Read More
Why doesn't this Scheme s-expression work when the sub expressions work?...


scheme

Read More
Why normal-order and applicative-order evaluation are not giving the same value?...


schemelispevaluationsicp

Read More
Implement a procedure remove that takes in a list and returns a new list with all instances of item ...


schemeracket

Read More
Lisp / Scheme : Evaluating nested empty list/cons : (())...


schemelispcommon-lispempty-listexpression-evaluation

Read More
Converting a function with two recursive calls in scheme to make it tail-recursive...


recursionfunctional-programmingschemeflattentail-recursion

Read More
GIMP: test.scm gets "unbound variable" error when run...


schemegimp

Read More
Upside down text...


schemeracket

Read More
how to redefine the function "range" in Racket/Scheme?...


schemerangeracket

Read More
Clearing the screen by printing a character?...


terminalschemeascii

Read More
accumulative recursive function to produce a list of subtotals from last to first...


listrecursionschemeracketsubtotal

Read More
What's the meaning of "explicit-control" in "explicit-control evaluator"?...


schemesicp

Read More
How to make recursion using only lambdas in Racket?...


recursionlambdafunctional-programmingschemeracket

Read More
Gimp (Scheme) How do you return a variable from a script?...


schemelayergimp

Read More
Function definition and function call input seem coherent, but there's an error about the input ...


runtime-errorschemerackethtdpdr.racket

Read More
Matrix multiplication in scheme, List of lists...


matrixschemeracketapplytranspose

Read More
How does the named let in the form of a loop work?...


scheme

Read More
How do I convert a list written on a text field from lstring to list?...


stringlistuser-interfaceschemeracket

Read More
Adding an element to List in Scheme...


listschemeracket

Read More
Space complexity of streams in Scheme...


functional-programmingschemelispsicplazy-sequences

Read More
BackNext