资 源 简 介
About...
The Strict project aims to develop a modern, low level (in the same way C/C++
is low level), object oriented computer language with associated tools and
standard libraries. The primary focus is on a source-to-source compiler
translating from the Strict language to portable ANSI C. The purpose of this is
to provide developers wanting to write truly portable code (which, normally,
means developing in ANSI C) and developers targeting platforms where only ANSI C
compilers are available with a language providing features conceived after the
seventies.
Further down the line, the source-to-source compiler will be expanded into a fully working x86 compiler (with even more target platforms to follow). While it never might create as optimized code as compilers available for other languages on the x86 platform it is still a necessary component in a streamlined development cycle.
News
May 23rd, 2008
The first build of the Strict Devel