Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Racket: Custom predicate to use within contract

Scheme names with * as suffix

scheme racket

Sum of a List with all Intermediate Values

Sort list of function using sort with key in racket

sorting lambda scheme racket

DrScheme versus mzscheme: treatment of definitions

scheme racket sicp

How to remove accents from a string in Racket?

string scheme lisp racket

Accumulator for infinite streams

scheme lisp racket

Portable load/include of define-syntax in R5RS Scheme?

racket r5rs gambit

How can I convert `#lang reader "path/to/reader.rkt"` into `(module ...)` syntax?

syntax module racket

How do I use Declarations (type, inline, optimize) in Scheme?

why "and" can not be operation within accumulate in Racket-lang?

racket

Summing very large numbers in Racket

lisp racket