Jump to content

Cyclone (programming language): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m updated cyclone compiler version
Line 1: Line 1:
The '''Cyclone''' programming language is intended to be a safe dialect of the [[C programming language|C]] programming language. It is designed to avoid the [[buffer overflow]] and other vulnerabilities that are inherent in C, without losing the power and convenience of C as a tool for systems programming.
The '''Cyclone''' programming language is intended to be a safe dialect of the [[C programming language|C]] programming language. It is designed to avoid the [[buffer overflow]] and other vulnerabilities that are inherent in C, without losing the power and convenience of C as a tool for [[systems programming]].


Cyclone was jointly developed by Greg Morrisett's group at [[Cornell University]] and [[AT and T Labs Research|AT&T Labs Research]] in the early 2000s. It received a certain amount of publicity in November 2001. As of April 18, 2002, the Cyclone compiler stands at version 0.3.
Cyclone was jointly developed by Greg Morrisett's group at [[Cornell University]] and [[AT and T Labs Research|AT&T Labs Research]] in the early 2000s. It received a certain amount of publicity in November 2001. As of April 18, 2002, the Cyclone compiler stands at version 0.3.

Revision as of 22:33, 6 December 2002

The Cyclone programming language is intended to be a safe dialect of the C programming language. It is designed to avoid the buffer overflow and other vulnerabilities that are inherent in C, without losing the power and convenience of C as a tool for systems programming.

Cyclone was jointly developed by Greg Morrisett's group at Cornell University and AT&T Labs Research in the early 2000s. It received a certain amount of publicity in November 2001. As of April 18, 2002, the Cyclone compiler stands at version 0.3.

External reference: