Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Cartesian product in Scheme

Type Predicates for Function Types in Typed/Racket

racket typed-racket

How to print Racket structs

racket

Is there any function like 'try' in Racket

What does 'parametrize' do in DrScheme?

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