Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Sequential procedures in Lisp

How to run a Racket program without output being quoted?

Why is it possible to use unquote-splicing on a non-list at the end of a quasiquoted list?

Summation in functional programming

Scheme: Constant Access to the End of a List?

good style in lisp: cons vs list

lisp scheme common-lisp

Scheme: What is the difference between define and let when used with continutation

scheme racket continuations

Reversing an integer

scheme racket

Learn Macros in Scheme from On Lisp [closed]

String-append not working; keeps overwriting previous strings

string lisp scheme append

Racket mutable variables

How do I handle a variable number of arguments passed to a function in Racket?

Time complexity of Prolog better than naive brute force?

c prolog scheme

How do I write Push and Pop in Scheme?

lisp scheme racket

Flatten a list using only the forms in "The Little Schemer"

scheme the-little-schemer

"require" not working in dr racket

scheme racket

How do you define a constant in PLT Scheme?

scheme racket

Generating list of million random elements

scheme

How can I create an association list from 2 lists?

scheme racket

Continuation passing style makes things tail recursive?