Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Virgil

< >

Virgil is a programming language created in 2006 by Ben L. Titzer.

Source code:
git clone https://github.com/titzer/virgil
#1135on PLDB 18Years Old

A fast and lightweight native programming language


Example from the web:
def main() { System.puts("Hello World!\n"); }
Example from hello-world:
def main() { System.puts("Hello World\n"); }

Language features

Feature Supported Token Example
Print() Debugging ✓ System.puts

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io