Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Understanding Scheme function

lambda scheme racket

How can you re-define a constant identifier in DrScheme?

scheme racket

What is the difference between an "interned" and an "uninterned" symbol

scheme 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