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

GAML

< >

GAML is a programming language created in 1991.

#1032on PLDB 33Years Old 331Repos


Example from hello-world:
model GAML global { init { write("Hello World"); } } experiment GAML {}

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ write

View source

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