symphony-org / frost

Frost
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Plugin: python #29

Closed lukasz-golebiewski closed 5 years ago

lukasz-golebiewski commented 5 years ago

Suggest plugin name

frost:python

Overview

It should allow interpreting simple python scripts

Example usage

Input

```frost:python
print("Hello from python!")


## Output
Hello from python!
lukasz-golebiewski commented 5 years ago

https://github.com/rabbitonweb/frost/pull/33