Top Qs
Timeline
Chat
Perspective

Céu (programming language)

From Wikipedia, the free encyclopedia

Remove ads

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

Quick Facts Developer, First appeared ...
Remove ads

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]

References

Sources

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads