Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jodus-melodus/phi
Phi scripting language and IDE
https://github.com/jodus-melodus/phi
language programming-language python python3 scripting scripting-language scripting-languages
Last synced: about 7 hours ago
JSON representation
Phi scripting language and IDE
- Host: GitHub
- URL: https://github.com/jodus-melodus/phi
- Owner: Jodus-Melodus
- License: other
- Created: 2023-11-19T16:34:09.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-29T18:41:54.000Z (4 months ago)
- Last Synced: 2024-07-30T00:20:50.884Z (4 months ago)
- Topics: language, programming-language, python, python3, scripting, scripting-language, scripting-languages
- Language: Python
- Homepage:
- Size: 46.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Phi
Phi is a high-level, statically typed, object-oriented scripting language specifically designed to deploy programs quickly.
## Generating the executable
!! Unfortunately, you won't be able to complete the following steps unless you have the Python interpreter installed. !!
### Linux/macOS
Run the [setup.sh](setup.sh) script.
### Windows
Run the [setup.bat](setup.bat) script.
## Programming Language
The documentation and syntax rules for the scripting language can be found [here](programming_language.MD)
## IDE
The documentation for the IDE can be found [here](phIDE.md)
## Style Guide
The style guide can be found [here](StyleGuide.md)
## Modules
You can find the modules for the language [here](https://github.com/Jodus-Melodus/Phi-Modules)
[back to top](readme.md)