The procyon-expressions framework provides a more natural form of Linq-like code generation
The procyon-expressions framework provides a more natural form of code generation. Rather than requiring bytecode to be emitted directly, as with procyon-reflection and other popular libraries like ASM, procyon-expressions enables code composition using declarative expression trees. These expression trees may then be compiled directly into callbacks or coupled with a MethodBuilder. The procyon-expressions API is almost a direct port of System.Linq.Expressions from .NET's Dynamic Language Runtime, minus the dynamic callsite support (and with more relaxed rules regarding type conversions).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.6.0-0.6.20220221.git88a95fa.fc41 | - |
Fedora 41 | 0.6.0-0.6.20220221.git88a95fa.fc41 | - |
Fedora 40 | 0.6.0-0.5.20220221.git88a95fa.fc40 | - |
Fedora 39 | 0.6.0-0.3.20220221.git88a95fa.fc39 | - |
Fedora EPEL 9 | 0.6.0-0.2.20220221.git88a95fa.el9 | - |
Fedora EPEL 8 | 0.6.0-0.2.20220221.git88a95fa.el8 | - |
You can contact the maintainers of this package via email at
procyon dash maintainers at fedoraproject dot org
.