-
Currently (I believe) metaprogramming is only capable of generating function declarations and definitions at the top level. It is not capable of defining data types or instantiating other constructs l…
-
While working on https://github.com/agda/agda/pull/6368, it got me thinking on the computational model of instance search. Why do we rely on Prolog-style search for instance search, rather than follow…
-
From the [targets manual](https://books.ropensci.org/targets/static.html#metaprogramming):
> Sometimes, a pipeline contains more targets than a user can comfortably type by hand. For projects with …
-
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 …
-
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Metaprogramming.20tutorial/near/285465861
-
Hi! Could you please explain the following behavior? Why don't we get the same PCA in both consecutive runs of `fit!`? It seems the initial state of `poisson_epca` matters?
```julia
julia> using E…
-
sort out the abilities / actions and allow paramiterized action , maybe via extension ? or MetaProgramming ?.
-
Would it be possible to make
```julia
@parameters begin
p [description="A parameter"]
d [description="Another parameter"]
end
```
valid notation so that it can be used in metaprogrammin…
-
*@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
-
# Feature request:
When prefixing a `Tags::Variables`, currently both it and its subitems gain the prefix. This means the prefixed variables tag does not expose the metaprogramming-interface that a…