Skip to content

I8087/Pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop

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.

Language GitHub license GitHub release Github All Releases

Releases

Pre-built binaries for win32 can be found here.

Help

Helpful information can be found in the wiki.

Draft

An incomplete draft of the language can be found here.

Dependencies