Skip to content
Chance Snow edited this page Feb 2, 2024 · 36 revisions

The ecosystem of third-party modules is small, but growing!
Have a Wren module you want to share? Feel free to add it!

Wren Modules

Testing / Assertions

Graphics / Math

Data

  • agents - Agent-based modeling (ABM) framework
  • optional - Optional (Maybe) type
  • Recto - A String manipulation library
  • wren-beak - A functional list manipulation library
  • wren-enum - Enumerated types
  • wren-helpers - Data structures & helper functions
  • wren-tempo An object for DateTime and duration manipulation

Parsing

Utilities

Compiled Modules

Compiled Wren modules are C/C++ libraries that add to Wren.

  • wren-bind - Provides a registry to easily bind multiple compiled Wren modules