Pop is a programming language that has the flexibility of C and the readability of Python, while maintaining the power of both languages. Although Pop follows Python and C syntax; I've added a lot of my own specifications, as well. The goal for Pop is to create a Pythonic language that allows for low-level functions, while creating a high-level language.
The master branch is under active development and a commit can and will be made at any time. It may contain crazy ideas, PEP8 violations, and possibly some uranium. As a precaution, assume that it's unstable! (I mean c'mon, it could be nuclear for all we know!)
Currently, pop is only available for Windows XP and up. Linux support is in the works.
Pre-built binaries for win32 can be found here.
Helpful information can be found in the wiki.
An incomplete draft of the language can be found here.