Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Rewrite this script by designing an interpreter in racket

lisp scheme racket

Implementation of variadic map function in Scheme

Limiting Dr. Racket's memory

memory limit racket

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

scheme racket

Is Racket (and Typed Racket) strongly or softly typed?

racket

Racket: Identifying tail recursion?

Copy of a list (or something else) in Scheme

list copy scheme racket

Accessing structure sub-type fields in Scheme and Racket

scheme racket

"Greater Than" Operator in Racket with 3 Arguments

How to view the source code of a method in a standard library of Racket?

racket

If else clause or cond in Racket

racket

Running racket from terminal in OS X

macos terminal racket

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

scheme racket

Anonymous lambdas directly referring to themselves

scheme racket

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

Print values, not types (Racket)

racket

Not return anything from LISP/Scheme

Practical Scheme Programming

scheme racket continuations

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