Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)