Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Data Structures in Scheme

Multiple lines comments in Scheme (RnRS)

Mutable versions of cadr, caddr, etc

macros scheme racket

how to understand this continuation?

scheme the-little-schemer

Why not implement `let` in terms of lexically closed `define`?

scheme lisp

What is ' (apostrophe) in Racket?

Wishful thinking in Clojure

clojure scheme lisp

Why does the position of arguments matter in cons?

list scheme lisp racket cons

Origin of the term "Predicate" to refer to a boolean function?

scheme predicate

Writing flatten method in Scheme

scheme

Scheme and C working together

c scheme

Tree data structure algorithms in Scheme?

Racket Lisp : comparison between new-if and if

lisp scheme racket sicp

Can this be turned into a tail recursive function?

returns the first n of list

list scheme

Idiomatic Nested looping in racket/scheme

Case sensitivity in Scheme symbols

Vector addition of lists

lisp scheme

Methods and properties in scheme: is OOP possible in Scheme?

oop scheme racket

Experiences teaching or learning map/reduce/etc before recursion? [closed]