Skip to content

clever-lang/clever

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2013
Mar 1, 2013
Nov 12, 2013
Apr 6, 2013
Oct 27, 2013
Mar 31, 2013
Oct 14, 2013
Jan 6, 2013
Oct 31, 2013
Mar 31, 2013
Mar 31, 2013
Dec 30, 2012
Nov 6, 2015
Mar 2, 2013
Mar 1, 2013
Jul 19, 2013

Repository files navigation

Make you code more clever!

Join the chat at https://gitter.im/clever-lang/clever

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.

Want to know more?

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.

Feeling like getting your hands dirty?

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.

Coding Standards

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).

Useful links

Git help:

reStructuredText help: