Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Virgil

< >

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

#1072on PLDB 18Years Old
Download source code:
git clone https://github.com/titzer/virgil
Source Code

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 Example Token
Print() Debugging ✓ System.puts

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll