Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.46 KB

githubREADME.md

File metadata and controls

31 lines (20 loc) · 1.46 KB

PyScript

The Unoffical and Offical Language coded by @JBYT27
View the replitREADME.md if you are viewing this on replit.

About the language

PyScript is a PL (programming language); Python combined with JavaScript. The syntax is a bit wobbled up, but it's basically JavaScript syntax and Python syntax mashed together. Like I said, it's wobbled up because they don't really fit, whitespace vs brackets. For more info about the syntax, you can visit the docs (below). The language is meant to be a scripting language combined with a bit of OOP* Language as well. So it's mostly a Scripting Language, bit then again, it can be used as an OOP Language.


Using the PL

To use it, please either fork the repl, or fork the repo, either one works! :)


Code of Conduct

Please view the CODE_OF_CONDUCT README!


License

This project is under the MIT License. Please view the LICENSE for more!


PyScript Docs

The docs are located in a separate repo/repl, but the link is here

Note that it might take a long time to load as it is coded in reactjs.

* OOP stands for Object-Oriented-Programming