Search code examples
translating a let as lambda...


lambdaschemelet

Read More
How modulo and remainder should work in Scheme?...


javascriptschememodulor5rslanguage-implementation

Read More
Is there a way to run guile function from command line...


schemeguile

Read More
Implementing last-non-zero without continuations...


recursionfunctional-programmingschemeracketcontinuations

Read More
Which is better?: (reduce + ...) or (apply + ...)?...


lispclojurescheme

Read More
Why do I get "application: not a procedure" with this for loop in Racket?...


for-loopschemeracket

Read More
Why is my (chez) scheme symbol not visible when running with --program, but is with --script?...


schemechez-scheme

Read More
in the Scheme language, a code that returns a list with all prime numbers less than or equal to n...


scheme

Read More
How to calculate the sum of a digits of a number in Scheme?...


numbersschemeracket

Read More
Delete common elements in two lists...


functional-programmingschemeprogramming-languages

Read More
I/O in Haskell is Functional?...


haskellfunctional-programmingioscheme

Read More
racket (lisp) error: expected a procedure that can be applied to arguments...


schemeracket

Read More
In Scheme, how can I write an iterative multiplication code (iter-multiply a b)...


scheme

Read More
Getting an wrong answer in scheme program...


schemelispsicpnewtons-method

Read More
Need help to understand some of the SICP streams examples...


streamschemeprimessicpsieve-algorithm

Read More
How to identify the latest selected image in gimp from (scheme function) gimp-image-list?...


schemegimp

Read More
How do I convert a list of strings into a list of lists in Racket?...


listschemeracket

Read More
Frame 1:26 - What does q unify with?...


schemereasoned-schemer

Read More
Frame 1:33 - How do we unify two lists?...


schemereasoned-schemer

Read More
Frame 2:26 - Why does conso have a strange cube?...


schemereasoned-schemer

Read More
How do I send an attachment with an email in Racket?...


emailsmtplispschemeracket

Read More
What is the difference between using COND and IF in regards to Lamba/map?...


schemeracket

Read More
Compile Scheme using Gambit-C...


schemegambit

Read More
Convert MIT Scheme code logic into Common Lisp...


schemelispcommon-lispsbclmit-scheme

Read More
How to do square in RACKET...


schemeracket

Read More
Why is `(,x) a shorthand for (cons x '())?...


schemequasiquotesbackquotereasoned-schemer

Read More
What algorithm is used in Scheme for pattern matching in syntax-case?...


scheme

Read More
When I doing tree-depth function, it got a mistake...


schemeracket

Read More
Why is it that wrong return for bst scheme...


schemeracket

Read More
Why am I getting `Generic operator inapplicable` error in Scheme function...


schememit-schemesicm

Read More
BackNext