Honu is a language with Java-like syntax built on top of Racket. Honu’s main goal is to support syntactic abstraction mechanisms similar to Racket. Currently, Honu is a prototype and may change without notice.
1 Get started
2 Reader
2.1 Tokens
2.2 Structure
3 Parsing
4 Macros in Honu
4.1 Honu syntax
4.2 Low Level Racket Interface
5 Language
6 Examples