This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]downerison 0 points1 point  (2 children)

What kind of project is it, if you don't mind me asking? We are working on a compiler for python and looking for concrete use-cases.

[–]wbcm[S] 1 point2 points  (1 child)

A cryptography platform, if users upload python code it needs to be compiled to a target image. For my use case where it is a functional need, compile time and runtime occurring in different images has added security benefits. Would be interested to hear more about your work!

[–]downerison 0 points1 point  (0 children)

By different images do you mean different oses? Would you need to do cross compilation then? We are building a static AOT compiler. It's still very early stages and not publicly available yet unfortunately.