Pix
- Pix is a programming language dedicated to readable syntax and usability
Q) Is Pix the most performant or resourceful programming language out there?
A) Absolutely not, Pix is just a programming language with the minimums to count as one. It is also to test out my Python skills and learn more, while being an absolutely fun project.
Installation
- You can install the latest version of Pix directly from the releases section in Github.
Building and running Pix locally
- Build requirements:
python 3
,pip
git clone https://github.com/pix-lang/pypix
Clone the github repositorycd pypix
Go into the directorypip install -r requirements.txt
Get the necessary packages- Edit the Examples/hello.pix file and try writing some Pix code
python -m Pix.interpreter examples/hello.pix
run your code
Contributing
- For details on how to make acceptable contributions, please look at -> Contributing