Babel

Updated: 04/26/2017 by Computer Hope
Babel logo

Babel is a general-purpose programming language released in 2014. It is designed to write programs that are meant to conserve system resources and battery life on target devices. Programs written in Babel are cross-platform, garbage-collected, and can be rapidly prototyped using a built-in REPL (read-eval-print loop) debugger.

The syntax of Babel is similar to LISP (list processor), but with several key differences. For example, Babel statements are enclosed in parentheses but use postfix notion for operations (the operator appears after the operands).

Hello, World! in Babel

Hello, World! may be written in Babel as:

((main {"Hello, world\n" << }))

Cross-platform, Hello world, Language, Programming terms, Resource