Language

ZOEA LANGUAGE

Zoea is a simple programming language because it completely avoids many of the things that make other programming languages so complex. 


Programs in Zoea have no variables, no conditional logic, no control structures and no objects. Also you don't have to remember the names and arguments of dozens of functions.


Instead a Zoea program looks like a set of simple test cases that are mostly defined in terms of inputs and outputs. Programming is zoea is simply the process of creating a set of data examples. The Zoea compiler uses AI to generate the corresponding code.