▼
Honu
1
Get started
2
Reader
3
Parsing
4
Macros in Honu
5
Language
6
Examples
top
← prev
up
next →
5
Language
var
is a macro that defines a new variable.
var
x
=
1
for
is a macro that is similar to Racket’s
for
.
for
id
=
expression
to
expression
do
expression
for
id
in
expression
do
expression
top
← prev
up
next →