Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

A "pure" scheme implementation (R5RS) of SHA256?

hash scheme sha256 r5rs

Is a recursive function in Scheme always tail-call optimized?

Accessing structure sub-type fields in Scheme and Racket

scheme racket

"Greater Than" Operator in Racket with 3 Arguments

Why do you have to cons with a null to get a proper list in scheme?

scheme racket

Count occurrence of element in a list in Scheme?

scheme

Anonymous lambdas directly referring to themselves

scheme racket

The implement of mutex in SICP Section 3.4

lisp scheme mutex sicp

valid characters for lisp symbols

lisp scheme common-lisp

Why does this code get undefined but not 2?

javascript scheme

Is there a valid usecase for redefining "define" in scheme/racket?

or as procedure in scheme

Why higher order procedures?

Designing SQL alternative?

sql lisp scheme innodb dsl

Not return anything from LISP/Scheme

Scheme built-in to check list containment

list scheme

Practical Scheme Programming

scheme racket continuations

Difference between OOP and Functional Programming (scheme) [closed]

Pattern matching with Kleene star on structure type in Racket

scheme racket

New to Scheme/Racket: Heavy use of recursion a way of life or am I just going through a typical phase

recursion scheme racket