Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 648 Bytes

getting_started.rst

File metadata and controls

21 lines (15 loc) · 648 Bytes

Getting started!

cpp

Clever is a general purpose dynamically typed, multi-paradigm (object-oriented, imperative) programming language written in C++. It aims to have a small footprint and supply a useful set of features, many seen in other languages.

Building

To build Clever is easy, you will need to have CMake1 installed. Enter in the clever source directory and run cmake .

In this stage, you can help the Clever Team also by running make run-tests and reporting to us if you get some failures!


  1. http://www.cmake.org/