Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

How do foldl and foldr work, broken down in an example?

scheme lisp racket fold

File I/O operations - scheme

io scheme racket

What is define-struct in Racket and why are there no variables?

How can I group optional attributes captured with syntax-parse?

macros scheme racket

Racket as scripting language in a game engine

Cross-compilation in Racket/Scheme language

compilation scheme racket

Racket streams slower than custom streams?

Racket REPL and Submodules

emacs racket

How to define exceptions in scheme using a dynamic variable and abortive control?

RackUnit source location inside of macros

macros racket rackunit

require vs load vs include vs import in Racket

When should I use `protect-out` in Racket?

module macros racket eval

Optional arguments and dots in scheme

How would I make this Racket code DRYer?

scheme racket

Behavour of nested quotes in Scheme and Racket

Migrating from Python to Racket (regular expression libraries and the "Racket Way")

python regex racket porting

Advantages of define over let

racket let

Return prematurely from function in Racket

function return racket

Multidimensional vectors in Scheme?

vector scheme racket