Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Usage of nested let or let* in scheme

scheme racket

Functions as elements of a vector in racket

racket

How do I read a set from a file in Racket?

Overloading a struct constructor?

racket