-
Notifications
You must be signed in to change notification settings - Fork 587
Cookbook
Camilo edited this page Apr 29, 2021
·
13 revisions
Have you created a small Wren script or wrote a tutorial using Wren? If so, we'd love to know. Edit this page and add it!
- MapToObject - Converts a Map to an Object instance.
- Wren Rosetta - Lots of Examples are available in Rosetta Code.
- Using Golang within Wren CLI - How to Hack the Wren CLI and add Golang functions
- Adding new Operators and Keywords to Wren - How to extend Wren to your needs
- Supertype Walker - Validates if a Class inherits from a specific parent.
-
Shorter Fn.new - A way of using
Fn.newwith a single keyword.