Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

if else construction

if-statement scheme

Rewrite this script by designing an interpreter in racket

lisp scheme racket

How to run multiple expressions when an if condition is true?

if-statement scheme

When does scheme evaluate quote?

lisp scheme sicp

What distinguishes a continuation from a function?

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