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: 2002Designed 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;
}
Source: github.com/leachim6/hello-world
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2023-06-30