Cyclone

The Cyclone programming language is intended to be a safe dialect of the C language. Cyclone is designed to avoid buffer overflows and other vulnerabilities that are possible in C programs, without losing the power and convenience of C as a tool for system programming. 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: 2023-06-30