Is it somehow possible to printout all used functions including their 
parameters and types at built time e.g. via a macro(s) for example. I tried a 
few things, but nothing worked. In the forums/google I only found some old 
posts which leading in the direction that this is not possible. I am wondering 
if this is still the case or if something has changed with 2.0.

Best case, I would get an output like the definition in the source code e.g. 
proc find*[T, S](https://forum.nim-lang.org/postActivity.xml): int {.inline.}= 
... or at least the types finally used (for generics for example)

Worst case, at least the function name ?

... and btw can you confirm there is still (in 2.0+) no way to statically built 
the standard library ?

thx, Holger

Reply via email to