Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Mutable versions of cadr, caddr, etc

macros scheme racket

What is ' (apostrophe) in Racket?

racket: macro expand inside match pattern

macros racket

Why does the position of arguments matter in cons?

list scheme lisp racket cons

lightweight unit testing in python

python racket

Racket Lisp : comparison between new-if and if

lisp scheme racket sicp

Can this be turned into a tail recursive function?

Idiomatic Nested looping in racket/scheme

Case sensitivity in Scheme symbols

Racket match semantics with null

pattern-matching racket

Multiple bindings in a for loop

for-loop racket

Methods and properties in scheme: is OOP possible in Scheme?

oop scheme racket

Why is this legal (racket) scheme?

syntax scheme racket htdp

While Loop Macro in DrRacket

macros scheme racket

Scheme/Racket - Macro to change order of procedure an arguments

macros scheme racket

Sequential procedures in Lisp

How to run a Racket program without output being quoted?

Scheme: Constant Access to the End of a List?

Scheme: What is the difference between define and let when used with continutation

scheme racket continuations

Reversing an integer

scheme racket