Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Is there a naming convention for structs in Racket?

scheme racket

Racket and 2htdp/image in the terminal

racket pict

Change font color in Scribble (html backend)

racket scribble

Racket lists incompatible with r6rs?

list scheme racket r6rs

Pie language: Manual vs Real life

racket pie-lang

Is there a standardized way to load a SRFI?

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