Skip to content

ndr-ds/clever

This branch is 2107 commits behind clever-lang/clever:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

410e8c2 · Oct 23, 2012
Oct 20, 2012
Jun 26, 2012
Oct 20, 2012
Oct 20, 2012
Mar 17, 2012
Oct 23, 2012
Oct 20, 2012
Oct 3, 2012
Oct 17, 2012
Feb 21, 2012
Sep 30, 2012
Mar 25, 2012
Mar 9, 2012
Mar 16, 2012
Oct 3, 2012
Feb 19, 2012
Feb 18, 2012
Apr 2, 2012

Repository files navigation

Make you code more 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:

About

Clever programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • C 6.9%