wren
https://github.com/wren-lang/wren
Wren
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Wren not yet supported0 Subscribers
Add a CodeTriage badge to wren
Help out
- Issues
- Specialize `Range.contains(_)`
- Fix CLI usage link
- Remove `randomSeed1()`'s reliance on cstdlib's rand implementation.
- Update Premake to 5.0.0-beta1; Add VS2022 Solution
- `Random.new(seed)` where `seed` : `Num` relies on platform's cstdlib `srand()`/`rand()`
- Get slot class and class identification
- Makes the validateApiSlot function a macro
- sprintf & vsprintf deprecation errors when building in visual studio 2022
- if/else - docs need to mention that else must follow brace on the same line
- Implement fmin/fmax ourselves when compiling for djgpp
- Docs
- Wren not yet supported