Can anyone please tell me how can I compile and run a program written on ZOMBIE? For example, if I wrote the following source cord to print out “hello world” on to the screen, how can I make an .exe file out of it. Thanks!
HelloWorld is a zombie
summon
task SayHello
say "Hello World!"
animate
animate
An esoteric programming language (sometimes shortened to esolang) is a programming language designed to test the boundaries of computer programming language design, as a proof of concept, as software art, as a hacking interface to another language (particularly functional programming or procedural programming languages ...
Meta. Since April 2005, 3,961 articles have been created by 100,288 edits, including 3,380 esoteric languages.
There doesn't seem to be a compiler for this language. Only an interpreter written in Python exists.
However, since it is written in Python, you could change Environment.__init__
from reading a file to directly embedding your source code, then generate an exe out of it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With