[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#215328: RFP: cyclone -- compiler for a safe dialect of C



Package: wnpp
Severity: wishlist

* Package name    : cyclone
* URL             : http://www.research.att.com/projects/cyclone/
* License         : GPL
  Description     : compiler for a safe dialect of C

Cyclone is a programming language based on C that is safe, meaning that
it rules out programs that have buffer overflows, dangling pointers,
format string attacks, and so on. High-level, type-safe languages, such
as Java, Scheme, or ML also provide safety, but they don't give the same
control over data representations and memory management that C does
(witness the fact that the run-time systems for these languages are
usually written in C.) Furthermore, porting legacy C code to these
languages or interfacing with legacy C libraries is a difficult and
error-prone process. The goal of Cyclone is to give programmers the same
low-level control and performance of C without sacrificing safety, and
to make it easy to port or interface with legacy C code.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kukkaruukku 2.4.22-1-686 #4 Sun Sep 28 13:27:15 EST 2003 i686
Locale: LANG=fi_FI@euro, LC_CTYPE=fi_FI@euro




Reply to: