Clever is a general purpose programming language written in C++. It aims to have a small footprint and supply an useful set of features, many seen in other languages.
The main source of knowledge is our website and our mailing list. Oh and we love IRC, you will surely find someone online on #clever @ irc.freenode.net.
If you don't know how to contribute, but know how to code, it'd be nice if you could implement one of the ideas from our wishlist. If you don't know how to code, but think you know enough about Clever, you can help us writting or fixing the documentation.
We mostly code based on the Google C++ Style Guide, which seems sane enough. The LLVM one is also quite nice.
Use the .cc extension for C++ source files and .h for C++ headers, hopefully your compiler is smart enough to identify C++ source inside a .h (don't worry, GCC and Clang are!). Oh, I almost forgot, please use tabs instead of spaces, UTF-8 file encoding and UNIX file endings (Line feed a.k.a. n).
Git help:
reStructuredText help: