On this page:
Rhombus and Racket Interoperability
8.16.0.4

Rhombus and Racket Interoperability🔗ℹ

Rhombus is implemented on top of Racket, and the two languages share a module system and many data representations. Still, a direct import or require from a module in one language of a module in the works only simple cases with functions or simple datatypes. This document describes techniques and libraries for interoperating between the two languages.

    1 Modules and Exports

    2 Common Run-Time Representations

    3 Racket Expressions from Rhombus

    4 Rhombus Expressions in Racket

    5 Dynamic Dot from Racket

    6 Dynamic Require of Rhombus Exports