Virgil is a programming language created in 2006 by Ben L. Titzer.
#1483on PLDB | 17Years Old | 351Users |
0Books | 0Papers |
A fast and lightweight native programming language
def main() {
System.puts("Hello World!\n");
}
def main() {
System.puts("Hello World\n");
}
Feature | Supported | Token | Example |
---|---|---|---|
Print() Debugging | ✓ | System.puts |