So just to start, I am very new to nim I started reading about it and 
programming in it 4 days ago. I understand that using static like this 
    
    
    static:
      var some_variable = 10
    

evaluates the statement at compile time and uses the Nim VM to do that

my questions are, is there a way to use these static variables outside of the 
module they are defined in, and does anyone know where static is defined so i 
can look at how it is coded so that if my first question results in no I can 
possibly recreate a version of static that could

Reply via email to