Extremely
Probelmatic and
Inconvenient
Code
for Python!
EPIC for Python! adds a lot of "amazing" new syntax enforcements, and some "quirky" features! If you have experience with Java, this will be a little easier. It's the worst of both worlds!
Simply install the latest release (or download epic.py straight from the source, if you're feeling risky), then at the top of your Python file, type this:
from epic import *;
epic.start();- Enforce semicolons
- Block F strings (in favour of
String.format) - Replacement of common Python methods to seem more "Java-y"
- Replacement of common Python literals to be more like EVERY OTHER LANGUAGE
- A "much better" printing system (just try it, it's not that bad 😇)
- Removal of any sanity the developer may have had before using this! (yes, that's a feature)
- The all amazing EPIC interpreter! (we are not responsible for any decrease in brain cells)
I won't tell you what it does, but it does something! 😉
The EPIC interpreter is based on the Python interpreter you have installed, and acts like a layer of processing before the source is sent for interpreting.
This means EPIC now has the ability to add arbitrary syntax.
A plugin for VS code will be made soon™. Since EPIC now can add arbitrary syntax, this is definetly something you will want to have.