Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Implementation of variadic map function in Scheme

Examples to show the difference between Buffered Asynchronous Channels and Channels?

scheme racket

How do I append to an alist in scheme?

list lisp scheme associative

Get first element in vector in Scheme

arrays vector scheme

Racket: Identifying tail recursion?

Scheme: Cond "not equal"

lisp scheme conditional

not using garbage collector in Scheme/Lisp implementation

Copy of a list (or something else) in Scheme

list copy scheme racket

What's the reason for using lambda expressions to define functions 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?