5 Replies
No not yet, Being a superset we'll have to support that eventually, but I don't believe it'll be a priority, please raise a feature request if you really want it: https://github.com/modularml/modular/issues/new/choose.
EDIT: For now you can use
external_call
like @Igor points out belowYou could use:
@Jack Clayton wouldn't that be better than calling Python?
Oh yes great idea thanks @Igor, fyi @roopesh puthalath
Was building a small app that will do some computations , The idea was to call the exit button from some of the GUI buttons.
Thank you @Igor
_ = exit(0)