-
https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2118
Some examples:
https://godbolt.org/z/exf4f48q4 counters
https://godbolt.org/z/YP5eeoEEf stealing private alias by hijacking a mem…
Tsche updated
2 months ago
-
While I understand if this isn't a priority or even something that Daan would like for Koka. I do want to explore the idea.
Metaprogramming solutions span a broad spectrum. You can have metaprogram…
-
Sidekiq::Web is a mess. It's a lot of metaprogramming, much of which came from its Sinatra origins. Find a simpler, cleaner Rack router.
-
### Is your feature request related to a problem?
Library provides good experience by providing variadic template interface in HTTP methods, however, you can't _template-ly_ select HTTP method to ca…
-
Do you think you could support compile time metaprogramming?
An example of how I would try to use it:
```
fn generate_dict() -> StringDict[Int]:
var d = StringDict[Int]()
d.put("a", 0)…
-
This is my second draft of a proposal for code generation ("code gen" from now on) through specialized classes called "macros". The issue where this is being discussed is #1482 and my first proposal i…
-
While trying to bend my head around sys.argv, stumbled across some interesting affordances for metaprogramming and polymorphism. We could, it turns out, unify Xic's "tiny tools for thick description" …
-
1. Inline code should be `more like this`
2. Some unicode symbols aren't getting rendered properly
___
Here is markdown on github for a comparison:
-
I make occasional use of `delegate` in my code, which is rails specific: https://api.rubyonrails.org/classes/Module.html#method-i-delegate
Are addons able to contribute to the index? I don't think …
-
I think build.rs and procedural macros should be able to take advantage of std-aware cargo too. This is needed to get rid of the sysroot as a concept entirely. This is also needed to boostrap a workin…