Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

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

How to return command line result in Racket?

command-line scheme racket

How to set language to htdp/bsl in REPL

Struct Properties vs Generics in Racket

methods struct racket

Looking for clarification on 'map' in Racket

matrix scheme racket

How can I determine why my Racket code runs so slowly?

performance racket

Using trace to display a procedure in racket

scheme racket sicp