Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

What would be the lambda definition of let in Scheme / Racket? [duplicate]

lambda scheme racket let

What is definition of “map” in Racket

scheme racket

Matrix multiplication in scheme, List of lists

Starting subprocesses in racket

command-line scheme racket

How To Change Image Sizes in Racket

image url scheme racket htdp

What is the difference between visiting, instantiating, and declaring a module?

syntax module macros racket

how to use with-syntax macro

macros scheme racket

Racket - Inject special variables into macro code

macros racket

Writing the Y combinator in typed/racket

Is it possible to change the result of a syntax-class?

racket

Racket SQL: how to use variable value as table name in create-table?

racket

In Racket, why does parameterize not work lexically with shift/reset?

Determine the specific type of an argument in Racket when the argument's type is a union type

types racket typed-racket

Sort a list of structures in Racket by more than one key

sorting struct scheme racket

Racket FFI: C function which accepts a pointer to a function

racket ffi

How is let* Defined in Chez Scheme/Racket?

scheme racket let chez-scheme

Racket FFI: initialize pointer to NULL

racket ffi

Cond definition in scheme

Extract a type from a Typed Racket union

racket typed-racket

Confused by "Init/Base" in foldr/foldl (Racket)