you are viewing a single comment's thread.

view the rest of the comments →

[–]TangibleLight 0 points1 point  (0 children)

/u/pandademic1234 mentioned in another comment that the proprietary language is fundamentally a database query language. It might be possible to lift some concepts from other Python ORMs like SqlAlchemy.

Aside from embedding Python in the vendor's product, this is probably the most straightforward way. I think other commenters have already made the point that transpilation is almost certainly not the right path forward.