Search code examples
How to compile file using scheme2c...


schemelinker-errors

Read More
Can a redefinition of a standard procedure change the behavior of other standard procedures?...


schemelanguage-lawyer

Read More
Scheme editing in Emacs - modes and keyboard layout...


emacslispscheme

Read More
Scheme/"The Seasoned Schemer": Question about the syntax of the definition of "try&qu...


syntaxschemeseasoned-schemer

Read More
Representing a queue as a procedure with local state...


functional-programmingschemesicpmutationfirst-class-functions

Read More
Capturing the output of an external call as a string (in Chez Scheme)...


stringschemeportchez-scheme

Read More
Why is the variable undefined in the initialization form of this letrec?...


schemeletrec

Read More
Why can't I write a byte to the current-output-port in the REPL?...


schemer7rs

Read More
Is letrec only meant for defining procedures?...


schemeletrec

Read More
Literals in syntax-rules don't work in libraries in Scheme...


schemelispchez-scheme

Read More
How to get the multiplication of two lists in Lisp or Scheme?...


schemelisp

Read More
When does the rational predicate yield false in Scheme?...


schemeracket

Read More
Negative histogram y-values in Racket...


plotschemeracket

Read More
How to bind a variable in a defined function?...


schemelisp

Read More
How to step through this evaluation?...


schemeracketsicp

Read More
what's wrong with this basic scheme function...


functionschemelisp

Read More
SCHEME program explanation...


schemeracket

Read More
Why is there no tail recursion optimization in Emacs lisp, not but like other scheme?...


recursionemacsschemelispelisp

Read More
Unwanted quote mark when dealing with the simply-scheme package...


schemeracketdr.racket

Read More
sort list of lists by length...


schemeracket

Read More
SCHEME Preorder/Postorder/Inorder Traversal of a binary search tree...


treeschemeracket

Read More
MIT Scheme Message Passing abstraction Mailman procedure...


listschemerepeatabstractionmessage-passing

Read More
SICP exercise 3.20 - understand the envrionmental diagram (missing binding in my diagram)...


pythonschemecomputation-theorysicplexical-scope

Read More
Is CallCC an improved version of goto?...


javascriptcschemecontinuationscallcc

Read More
How to implement continuations in dynamic language like JavaScript?...


javascriptschemelispcontinuationscallcc

Read More
What are the continuation passing style conversion rules?...


schemelispcontinuation-passing

Read More
Does re-assigning a non-function to be a function with set! create a new frame?...


scopeschemevariable-assignment

Read More
Why does let not allow mutually recursive definitions, whereas letrec can?...


schemeevaluationletletrec

Read More
Scheme - how to convert let* expression to an application expression...


scheme

Read More
Is there a way of summing two vectors with different lengths in Scheme?...


schemelispracketsicp

Read More
BackNext