Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

What does DrRacket mean by reverse video in the definitions window (after pressing Run)?

racket

Does Racket support multithreading?

multithreading racket

Why does a set (or list) in Racket print with #0# as the only piece of data?

data-structures set racket

When should I use syntax/loc instead of #' (aka syntax)?

racket

How do I force the field of a struct to be of some type?

racket

Can I write a constructor for a Scheme (Racket) struct that takes a variable number of arguments?

Truncate strings in Racket

string format racket

Racket equivalent of /dev/null?

racket

What's the significance of 4294967087 as an argument limit to Racket's (random) function?

racket

Binding a self reference via macros

racket

"unbound identifier" errors in scheme

scheme racket

Are there pattern matching functions in Python like this?

Rotate a list to the left in Scheme/Racket

list scheme racket

Examples on Literate Programming with Racket scribble/lp

What is the usecase of add1 and sub1?

racket

What is difference between datum->syntax and syntax #' in define-syntax body?

macros racket hygiene

When should I use Rosette's shallow vs. deep embedding for program synthesis?

racket rosette

How to pass `and` as a function in Racket?

How to find if a point is inside of a polygon using Racket

racket polygon

SCHEME | lambda vs λ?

syntax lambda scheme racket