Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

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

List all user-defined variables in scheme

scheme racket

How do I read a web page in Racket?

web lisp scheme racket

What is the convention for Racket filename extensions?

racket

Fibonacci in Scheme

Local Database with Scheme

database sqlite scheme racket

Selecting student language in Racket source code

racket htdp

printf %6.2f in scheme or racket?

scheme racket

Help with dynamic-wind and call/cc

scheme racket continuations