Virgil is a programming language created in 2006 by Ben L. Titzer.
| #897on PLDB | 20Years Old |
git clone https://github.com/titzer/virgilA 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 |