Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Leibniz Formula in Scheme

scheme racket

How do I evaluate a symbol in MIT Scheme?

scheme lisp mit-scheme

How to create a function that multiplies all numbers between 1 and "x" with dotimes?

scheme racket

Undefine a procedure in mit-scheme REPL

scheme sicp mit-scheme

Creating a very large list in Scheme

scheme

LISP and Scheme in microcontoller programming [closed]

lisp scheme microcontroller

Reversing list vs non tail recursion when traversing lists

I can't find my error in this Scheme program for calculate PI

math scheme sicp

n-ary function in scheme

lambda scheme currying

Racket Scheme: Include externel rkt file with dynamic file name

include scheme racket

Lazy stream of random(s): When does evaluation happen?

Scheme - list functions with filter

Racket exn:fail? unbound

Write three Scheme procedures to simulate these three gates: AND, OR and XOR

Regarding the quote (') in Scheme

scheme lisp chicken-scheme

Why doesn't this Racket code terminate?

scheme racket

How to break a recursive call before going into a void error

Is there an equivalent of Common Lisp's *print-circle* in Scheme?

scheme sicp

SICP counting change problem—why does N = X + Y?