Skip to content
Chance Snow edited this page May 13, 2024 · 15 revisions

A language these days needs a surprisingly large amount of utilities, syntax highlighters, etc. to be useful. We've got a ways to go, but we're getting there.

Editor integrations

If you want Wren syntax highlighting in your editor, look no further:

Tools and Utilities

Things that make life easier:

  • The Wren Nest – Run and share Wren in your browser.
  • Dockerised Wren - Run Wren from Docker.
  • Try Wren Online – Run 600+ languages online, including Wren
  • Wren Doc - Document your Wren code with Markdown
  • Wren Bundie - Bundle a large dependency tree into a single .wren script
  • Wrench - Simple "compiler" to detect compilation errors while saving from your favorite editor.
  • wren-module - Project template for new Wren modules

Want to add something to this list? Go for it!