Cyclone

The Cyclone programming language was intended to be a safe dialect of the C language. It avoids buffer overflows and other vulnerabilities that are possible in C programs by design, without losing the power and convenience of C as a tool for system programming. It is no longer supported by its original developers, with the reference tooling not supporting 64-bit platforms. The Rust language is mentioned by the original developers for having integrated many of the same ideas Cyclone had. Wikipedia

Created Year: 2002
Designed by: AT&T Labs
Developed by: AT&T

Wikidata: Q79598

Influenced: Rust

Influenced by: C

Cyclone Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Cyclone

#include <stdio.h>
int main() {
 printf("Hello World\n");
 return 0;
}

Search on GitHub


Latest data update: 2026-03-23