On this page:
Honu
5.92

Honu

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.

 #lang honu package: honu

    1 Get started

    2 Reader

      2.1 Tokens

      2.2 Structure

    3 Parsing

    4 Macros

      4.1 Honu syntax

      4.2 Low Level Racket Interface

    5 Language

    6 Examples