I also think that the killer feature would be a python2Nim converter which 
works right out of the box. Something like this would help to pull in any 
number of developers and presumably sponsors:
    
    
    import nimNumpy as np
    import nimMatplotlib.pyplot as plt
    from nimSklearn.linear_model import perceptron
    import nimPandas as pd
    
    ...
    
    

Reply via email to