-
### Expected Behavior
When I utilize a Groovy extension module (http://groovy-lang.org/metaprogramming.html#_extension_modules) in the compiled project (compile scope) any extra methods are found as …
-
Doing some heavy metaprogramming style work I stumbled upon a limitation of the language that would be very useful now that we are starting to use type constraints for performance sensitive code.
T…
-
| | |
| --- | --- |
| Bugzilla Link | [25856](https://llvm.org/bz25856) |
| Version | trunk |
| OS | All |
| Attachments | [reproducer.cpp](https://user-images.githubusercontent.com/60944935/1437526…
-
Currently, the code (especially [layout.rs]) is horribly unsafe. In fact, it appears less safe than even the C++ version, which uses template metaprogramming to catch overflow at compile time.
Whi…
-
`R` is just too ambiguous to be used solo, and calling it `dgkf/R` feels too vane. I think a rebrand is needed to help give this project a bit of its own identity.
Just to lay out some general them…
dgkf updated
3 months ago
-
Often, a particular stencil-based code can contain dozens or even hundreds of variations of the most "complete" stencil. For example, depending on what parameters the simulation is running, it may onl…
-
## Conference facts:
```
Name: bobkonf
Date: 15.03.2024
Location: Berlin
Topic:
- functional programming
- persistent data structures and databases
- event-based modelling and arch…
-
Something like `@specialize` should do.
```zig
@specialize(comptime func: var, comptime target: type) target
```
`@specialize` attempts to specialize a generic function to the requested type. …
-
I'm trying to simulate a 2D convolution for 1920x1080 and 640x480 images. This requires 2073600 example inputs and outputs for the 1920x1080 image and 307200 inputs and outputs for the 640x480 image. …
-
It is really confusing trying to start writing tests for chef-provisioning-aws. We need to expose less boilerplate, remove as much of the metaprogramming as possible, clearly show the difference betw…