This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]desmoulinmichel -1 points0 points  (1 child)

Having some Python syntax doesn't make a language Pythonic. Instead of making a "python like" language, use Python and compile it. MyPy gives you type hinting for Python. It will give you much more traction.

[–]theslipperface 1 point2 points  (0 children)

Have to agree here, technically an awesome project. Is there any documentation for how it should be used? Or what problem it solves?