Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

C--

C-- - Programming language

< >

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

#277on PLDB 26Years Old 2.9kUsers
0Books 0Papers

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); }
symbol.html 路 c--.html 路 wren.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com