How to include Hy code into a separate file, and then import that using Hy?
问题 I am just starting using Hy. For example we have this Hy code: (print "Hy, world!") And we have two pieces of Python code. Piece one: print("Some python code") Piece two: print("Some other python code") How to include Hy code into a separate file, and then import that using Hy? Please include all necessary code and instructions (where to put what and how to run) for Hy part and Python parts. 回答1: Unfortunately, Hy's manual on this is a bit hidden (i.e. not part of the tutorial at the moment).