Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

String representation of custom data in Racket

Show the type of a function

types scheme racket

Scheme/Racket: Fold with booleans

How to define type predicates in Scheme

types scheme racket predicate

Streams in Scheme - define integers through stream map in scheme

Racket - how to get the “previous executed command” in bash script?

racket

Scientific Notation Conversion - Scheme

Database Location in Scheme

database sqlite scheme racket

What's the difference between R6RS's `letrec`, `letrec*` and Racket's `letrec`?

scheme racket r6rs letrec

When is macro expansion performed?

macros racket

How to tell if two sets are equal in content (disregarding order) in racket?

recursion racket

When to use define and when to use let in racket

scheme racket

Is there a function in Racket that returns a procedure's lambda-expression?

lambda lisp common-lisp racket

Print a padded binary word in Racket

racket

About "cond" in scheme

lisp scheme racket

Racket run thread for fixed amount of time

timeout racket

Weird code example from "Realm of Racket"

lisp scheme racket

Is this possible to define a function with no arguments in racket?

function racket

How do you return the description of a procedure in Scheme?

scheme racket

How to optimize this piece of Racket code?