Compile-time code execution

There are no limitations, the compiler knows how to run the intermediate representation of the programming language.1

This lets you simplify your project:

  • no make, build, or properties files in other arbitrary languages; everything is written in the same main language.
  • cross-platform. exactly the same code works on every platform.

  1. full compile-time execution.
    “Reboot Develop 2017 - Jonathan Blow, Thekla Inc. / Making Game Programming Less Terrible.” YouTube, uploaded by Reboot Develop, May 22, 2017, https://youtu.be/De0Am_QcZiQ?t=1526 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)