[nim-dev] Macro: enumerate exported functions from a module

  • From: jlp765 <jlp765@xxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Fri, 21 Oct 2016 00:52:50 +0000

Is it possible to enumerate the procs exported from a library, and has anyone 
got some example code of anything similar to this?

I have a template/macro that hoists math functions to apply them to seq[seq[]], 
and was wanting to do this generically for the exported math procs, rather than 
as hard-wired calls for each exported proc.


Other related posts: