Measures Concepts
GitHub icon

C--

C-- - Programming language

< >

C-- is a programming language created in 1997 by Simon Peyton Jones.

#276on PLDB 27Years Old

C-- (pronounced cee minus minus) is a C-like programming language. Its creators, functional programming researchers Simon Peyton Jones and Norman Ramsey, designed it to be generated mainly by compilers for very high-level languages rather than written by human programmers. Unlike many other intermediate languages, its representation is plain ASCII text, not bytecode or another binary format.. Read more on Wikipedia...


Example from hello-world:
target byteorder little; import puts; export main; section "data"{ s:bits8[] "Hello World\0"; } foreign "C" main(){ foreign "C" puts("address"s); foreign "C" return(0); }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout