Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Creating an empty list in Racket

list racket null

Match if two values in an unorded list are the same

"unbound identifier in module" error in Racket

racket

what determines the outer boundary of a Scheme continuation?

scheme racket continuations

What is the definition of "top-level-form" in Racket

racket

Why does Racket report that π is rational?

racket rational-numbers

Racket Objective-C FFI - avoid redefining a class

racket

Importing and visualizing pictures in racket without using DrRacket

image lisp 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