Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

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

incompatible ellipsis match counts for template

Reading and expanding a Racket source file

racket

Transforming a list of symbols to a list of identifiers to be used in a macro

racket

How to implement 'state-driven' programs in a functional way?

Why is a string not a list of characters in scheme/racket?

string scheme lisp racket