Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Aime

Aime - Programming language

< >

Aime is a programming language created in 2013 by Ciprian Niculescu.

#1456on PLDB 10Years Old 0Books
0Papers

aime is an imperative procedural programming language, with a C inspired syntax.


Example from the web:
integer median3(integer a, integer b, integer c) { integer m; if (a < b) { if (b < c) { m = b; } else { if (a < c) { m = c; } else { m = a; } } } else { if (a < c) { m = a; } else { if (b < c) { m = c; } else { m = b; } } } return m; }
conceptual.html 路 aime.html 路 gaml.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com