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

https://github.com/burntranch/pybash

A language designed to help shell scripters learn python!
https://github.com/burntranch/pybash

bash bash-scripting language python python3

Last synced: 4 months ago
JSON representation

A language designed to help shell scripters learn python!

Awesome Lists containing this project

README

        

# PyBash

PyBash is a general-purpose dynamic-typed language based on Python and Bash, It ends in .pyb format.

It is designed to help shell scripters be more experienced with python and other languages.

The engine uses match-case code to process each line.

TO-DO list:
1. You literally can't use commas in arguments
2. Classes? maybe later..

Change-Log:
1. PyBash functions that take more than one argument now behave like they are supposed to (BugFix)
2. PyBash will pass unknown arguments to the python interpreter.