Skip to content

pedrofaria/clever

 
 

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

Git help:

reStructuredText help:

About

Clever programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.7%
  • C 4.8%
  • Objective-C 0.6%
  • Shell 0.3%
  • Python 0.2%
  • Ruby 0.1%
  • Other 0.3%