Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

How do I create a "probability" HOF (or syntax) in typed racket

List function with Y combinator does no recursion, why?

Why can't code in #:fallbacks refer to the generic methods?

Alternate two values

Redex Does Not Match

racket plt-redex

Alternatives when pattern matching in Racket

pattern-matching racket

How to make Typed Racket's type checker faster?

racket typed-racket

All: A Function Returning True if and only if All Elements of a List are True

scheme racket

how to convert a list of chars and ints to a string

racket

Currying in Typed Racket

What’s the sequence of evaluation concerning `parameterize' and `let' in Racket?

Is it possible to use extract-struct-info outside a macro?

racket

Difference between define and let w.r.t. syntax-rules keywords

macros scheme racket

How to Use "random" function in DrScheme R5RS

random scheme racket r5rs

Flipping of an image seems use lazy evaluation

How can I make a Racket reader macro to transform any instance of one character into two other characters?

lisp scheme racket

Operator Overloading in Racket / Scheme