eC

object-oriented programming language, defined as a super-set of the C language

Created Year: 2004
Aliases: Ecere C

Wikidata: Q22095795

Influenced by: CC++Python

Programming paradigms: generic programmingimperative programmingmulti-paradigm programmingobject-oriented programmingprocedural programming

Language types: imperative programming languagemulti-paradigm programming languageobject-based languageprocedural programming language

eC Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in eC

class HelloWorldApp : Application
{
   void Main()
   {
      PrintLn("Hello World");
   }
}

Search on GitHub


Latest data update: 2024-08-13