Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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?

Iterate through the letters of the alphabet in Racket

scheme racket

while loop in racket?

scheme racket

How to format lisp code?

scheme lisp code-formatting

Scheme and Lisp best practices: recursion yes for Scheme, no for Lisp?

Cons of first class continuations

Beginner: Curried functions in Scheme

scheme currying

Why languages such as C, Pascal cannot implement tail recursion?

Scheme merge two lists into one

scheme