wren-port 1.1.8
A translation of Wren from C to D.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
wren-port
Wren is a small, fast, class-based concurrent scripting language.
wren-port is a port of the Wren programming language implementation to D, intended for embedding. This is useful is you want a nothrow @nogc fast interpreter in your D application.
The original Wren implementation is here.
Changes from original
Build information
System.isDebugBuild allows to know if the -debug flag was used to build Wren, in case you want to disable some sort of live-scripting at release.
Float literal terminal character
1.0f, 2L and 2.0F are valid Wren double literals in this fork.
This helps sharing bits of code between D and Wren.
$ operator
The new $ operator is calling a host-provided function.
This allow to query entities with a nice syntax.
Example:
($"_imageKnob").hasTrail = false
This translation was performed by [int3 Systems](https://0xcc.pw/) and sponsored by [Auburn Sounds](https://www.auburnsounds.com).
- 1.1.8 released 3 years ago
- AuburnSounds/wren-port
- MIT
- Copyright (c) 2021-2022 Guillaume Piolat
- Authors:
- Dependencies:
- none
- Versions:
-
Show all 21 versions1.2.7 2026-May-01 1.2.6 2026-Apr-27 1.2.5 2026-Apr-27 1.2.4 2026-Jan-26 1.2.3 2025-Nov-27 - Download Stats:
-
-
7 downloads today
-
46 downloads this week
-
197 downloads this month
-
19237 downloads total
-
- Score:
- 3.1
- Short URL:
- wren-port.dub.pm