Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Automatic inheritance of bindings in Racket subclasses

oop inheritance racket

Why doesn't this Racket code terminate?

scheme racket

How to break a recursive call before going into a void error

Racket eof-object read from input port

io scheme racket

Dynamically define symbols and macros using a racket macro

dynamic macros lisp racket

Writing a `define-let` macro, with hygiene

Racket: Graphing a parabola with elements from a list

list function plot racket

Basic libs for scheme (queue)

scheme racket

Racket list in struct

list struct scheme racket

racket hangs at sleep when racket/gui is imported

racket

generate multiple values during iteration

racket

Lambda Recursion in Dr Racket

How to control the behavior of Enter in DrRacket?

racket

Scheme/Racket equivalent of ualarm

timer scheme posix racket

Why is this recursive addition wrong in Scheme?

recursion scheme racket

Generate a list of multiples in Scheme

list scheme racket

Elegant code for binary addition?

scheme racket

Racket Tree Travesal

using a dispatch table in racket

scheme racket

Idiomatic way to decode hex-formatted strings in Racket Scheme or other schemes

scheme lisp common-lisp racket