-
Notifications
You must be signed in to change notification settings - Fork 558
Tools
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.
If you want Wren syntax highlighting in your editor, look no further:
- Emacs
- Howl
- Notepad++
- Nova
- Sublime Text
- Tree Sitter Grammar
- Vim
- Visual Studio Code
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!