Skip to content

Instantly share code, notes, and snippets.

@AlexanderWingard
Created May 1, 2019 21:05
Show Gist options
  • Save AlexanderWingard/d82f00e4089ba9c760b9ae1d6c3561b1 to your computer and use it in GitHub Desktop.
Save AlexanderWingard/d82f00e4089ba9c760b9ae1d6c3561b1 to your computer and use it in GitHub Desktop.
Trying to package hy with zipapp
import hy
import hyz
hyz.main()
(defn main []
(print "hello hy"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment