Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Difference between multiple values and plain tuples in Racket?

How do I calculate non-natural logarithms in Racket?

lisp scheme racket

Transpose a matrix in racket (list of lists

How Do For Loops Work In Scheme?

for-loop scheme racket

How to Merge 2 lists into one in racket

scheme racket