Getting Started
Introduction
Welcome to Cambo's official documentation.
What is Cambo?
Cambo is high-level, general-purpose, multi-paradigm programming language designed to be simple yet powerful for any developments. It is a statically and strongly typed language whose syntax is influenced by modern langauges.
One of the main purpose of this creation is to design an entirely new modern language with the simplicity of C and the capibility of C++ and other powerful languages.
One thing to keep in mind is that this langauge is originally just a hobby project, founded by who is fascinated by the elegance of language design.
Key Features
This language includes a range of features such as
- Typing system: static and strong by nature.
- Error handling: a very beatiful way to handle the error in the develpment.
- Struct: unlike in C, where you can only have variables as members of the struct, in Cambo, you can define a constructor, a destructor and methods within the .
- Native code: source code are compiled direcly to native machince code.
- more...