Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Automatic differentiation library in Scheme / Common Lisp / Clojure

LISP In Small Pieces - best LISP environment to run code in?

lisp scheme common-lisp racket

What does this xkcd code do?

lisp scheme

Issue an HTTP GET from REPL in Racket

Which scheme implementation is easiest to embed into C/C++ program?

scheme

Is there a fast language that supports portable continuations?

What do I need to do to get paid to Scheme?

Which language in DrScheme for SICP?

What are some things that you've used Scheme macros for? [closed]

lisp scheme macros racket

Scheme how to create a list

list scheme

How do I pass a list as a list of arguments in racket?

list parameters scheme racket

What is the standard way to write nested define statements (like in scheme) for clojure?

clojure scheme idioms

Why multiple namespaces?

Scheme and Clojure don't have the atom type predicate - is this by design?

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

lisp clojure scheme

R6RS vs. R5RS scheme

scheme r6rs r5rs

What are circular lists good for (in Lisp or Scheme)?

lisp scheme circular-list

Running Scheme from the command line

linux command-line scheme

How can I clear the interpreter screen in Dr. Racket IDE?

Can call-with-current-continuation be implemented only with lambdas and closures?