SecureProgramming.com
Login
Username: 
Password: 
Forgot your password?
Create a new account





The Cyclone programming language (a safer C dialect)Category: General / Miscellaneous
Language: C, C++, and Objective-C
Posted by John Viega on Mon, Sep 15, 2003 (07:21 AM) GMT

Rating: 5 stars
External URL: http://www.research.att.com/projects/cyclone/

This research project is a C-like language that is type safe, meaning not only are buffer overflow problems not an issue, but also there's not much of a performance hit, because many problems are found at compile-time instead of run-time.

One good thing about Cyclone is that it's pretty easy to port legacy C applications over to it. This language definitely can help C programmers realize much of the advantages of C, while freeing them to worry about more mundane security problems that all developers should be worrying about!


[Python Powered]