Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Does Common Lisp has great legacy? (Is it better to learn Common Lisp or a more modern variant such as Scheme?)

lisp scheme common-lisp

Explanation of CAR, CDR, CADAR, etc

command scheme

How do I get an item from a list at a given index in racket language?

list scheme racket