Back

eC

'eC' is a general-purpose programming language that combines the features of C and C++. It is mainly used for developing embedded systems and applications that require low-level programming and hardware control.

Hello, world code example:

class GoodByeApp : Application
{
   void Main()
   {
      PrintLn("Hello world!");
   }
}

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.

Repositories on GitHub: 152