support DRC using Python?

Hi, Mat, so far, DRC only supports Ruby. Will you consider to add Python support in the future? Thanks.

Comments

  • edited January 2020

    No, there is no such plan. Supporting two languages means duplicate maintenance work for me and Python lacks the metaprogramming features of Ruby. Hence it's not a good platform for implementing a domain specific language.

    But DRC is just a thin wrapper for the basic API which is also available to Python. Specifically the "Region" class. So whatever you can code in DRC you can also code in Python using the raw API.

    Matthias

Sign In or Register to comment.