Virgil is a programming language created in 2006 by Ben L. Titzer.
#870on PLDB | 18Years Old |
git clone https://github.com/titzer/virgil
A fast and lightweight native programming language
def main() {
System.puts("Hello World!\n");
}
def main() {
System.puts("Hello World\n");
}
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | System.puts |