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.
Please view the CODE_OF_CONDUCT
README!
This project is under the MIT License. For more, view the LICENSE
!
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.