Measures Concepts
GitHub icon

cooC

cooC - Programming language

< >

cooC is a programming language created in 2000.

#3092on PLDB 24Years Old


Language features

Feature Supported Token Example
Conditionals ✓
Switch Statements ✓
Constants ✓
While Loops ✓
MultiLine Comments ✓
/* A comment
*/
Print() Debugging ✓
Comments ✓
// A comment
Message Passing ✓
Line Comments ✓
// A comment
Interfaces ✓
@protocol Printing
   -(void) print;
@end
File Imports ✓
// #import ensures that a file is only ever included once so that you never have a problem with recursive includes.
#import 
#include 
#include 
Constructors ✓
Pointers ✓
Single Dispatch ✓
Strings ✓
"hello world"
Case Insensitive Identifiers X
Semantic Indentation X
Operator Overloading X
Garbage Collection X

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