defmain replacement?
#2255
-
I am migrating my code from 0.20 to 1.0a4 but have been unable to find the replacement for https://docs.hylang.org/en/stable/language/api.html#defmain Is there an example of an executable script for hy? Thank you for your excellent work! |
Beta Was this translation helpful? Give feedback.
Answered by
nkabir
Apr 10, 2022
Replies: 1 comment 1 reply
-
I found it. Google did not pick up the new references but searching within the hyrule project returns the new implementation: https://hyrule.readthedocs.io/en/master/index.html?highlight=defmain#hyrule.control.defmain |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nkabir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it. Google did not pick up the new references but searching within the hyrule project returns the new implementation:
https://hyrule.readthedocs.io/en/master/index.html?highlight=defmain#hyrule.control.defmain