Python Forum
how to make my programming language run as itself - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how to make my programming language run as itself (/thread-1265.html)

Pages: 1 2


RE: how to make my programming language run as itself - micseydel - Dec-22-2016

You can write your interpreter in Python and then bundle it up with py2exe or something, there's nothing wrong with that.