Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Céu (programming language)

Céu is a synchronous reactive language intended for front-end applications that aims to be a safer alternative to C and C++. Céu supports synchronous concurrency with shared memory and deterministic execution and has a small memory footprint.

We don't have any images related to Céu (programming language) yet.
We don't have any YouTube videos related to Céu (programming language) yet.
We don't have any PDF documents related to Céu (programming language) yet.
We don't have any Books related to Céu (programming language) yet.
We don't have any archived web articles related to Céu (programming language) yet.

History

Early versions of Céu were developed in 2011 by Francisco Sant'Anna during his research at the Pontifical Catholic University of Rio de Janeiro.3

Examples

Hello World

A "Hello World!" program that repeats every 250 milliseconds is:

loop do await 250ms; _printf("Hello World!\n"); end

4

Sources

References

  1. Sant'Anna, Francisco (2023-02-12), fsantanna/ceu, retrieved 2025-06-05 https://github.com/fsantanna/ceu

  2. "Home". ceu-lang.org. http://www.ceu-lang.org/

  3. "Céu - Programming language". pldb.io. Retrieved 2025-06-05. https://pldb.io/concepts/ceu.html

  4. "Céu Tutorial". www.ceu-lang.org. Retrieved 2025-06-05. http://www.ceu-lang.org/tutorial.html#sec_hello_world