-
Hello!
It appears that metaprogramming may take some time to come out due to having many things to figure out.
But in that case, would it make sense to release augmentation libraries without rel…
-
Functions are a broad subject in development. There are a lot of things that folks learn over time.
Let's begin working on a scaffold of important topics for learner progression.
Leave thoughts …
-
Quite a few of the functions you define in index.js have the exact same signature except for a name property change... if you are manually writing these out consider refactoring to something like [thi…
-
From Zulip: [#language-design>Kebab-Case literal syntax](https://oilshell.zulipchat.com/#narrow/stream/384942-language-design/topic/Kebab-Case.20literal.20syntax)
> I'm finding that `getVar("my-pro…
-
Any plans for metaprogramming, (hygienic) macros, compile-time evalution, own syntax, or alike?
I don't expect you to build a new [XL](https://github.com/c3d/xl/ ) (despite I'd totally love such en…
-
Consider the example from the metaprogramming docs:
```julia
julia> function sub2ind_gen_impl(dims::Type{T}, I...) where T function sub2ind_gen_fallback(dims::NTuple{N}, I) where N
ind …
-
*@iskakaushik commented on Apr 22, 2019, 8:22 PM UTC:*
Currently when we create a StatefulWidget, we need to declare one class for the Widget and one class for the State. This issue is to explore way…
ghost updated
3 months ago
-
Though there are libraries that can do this, it would be neat if CAF supported it as it does for JSON. I know that JSON is more common for data interchange nowadays, but there are still times when one…
-
There are often cases where identifiers are named the same as or similar to other identifiers.
For example when writing a copyWith method, the parameters are named the same the parameters they are me…
Quijx updated
6 months ago
-
[Discussion](https://github.com/dart-lang/language/issues/1482)
[Specification](https://github.com/dart-lang/language/blob/main/working/macros/feature-specification.md)