Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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?

Meaning of # in Scheme number literals

syntax scheme racket

Help explaining how `cons` in Scheme work?

scheme

In Scheme the purpose of (let ((cdr cdr))

scheme

Common Lisp or Scheme for server-side?

Writing portable scheme code. Is anything "standard" beyond R5RS itself?

scheme

Map, Filter, Foldr in DrRacket/Scheme

Streams vs monads

Differences between Guile Scheme and Standard Scheme (in Racket IDE)?

scheme racket guile r6rs r5rs

Use vs Import vs Require vs Require-extension in Chicken Scheme

scheme chicken-scheme

What is the best way to automatically transpose a LilyPond source file into multiple keys?

scheme list equivalence comparison

list comparison lisp scheme

Is it possible to implement auto-currying to the Lisp-family languages?