In The Heart of Python Lives A Shell

https://programming.dev/post/13251793

In The Heart of Python Lives A Shell - programming.dev

A Shell DSL that transforms into Python. I created this IDE to spin up Tkinter UIs or anything Python with less boilerplate and rich cognitive and efficiency shortcuts: for me, I think this tool helps me prototype GUI apps quicker with less characters typed so less effort. I would love to take this further if I could get anyone interested. Thanks. https://github.com/dislux-hapfyl/shimky [https://github.com/dislux-hapfyl/shimky]

Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.

So I’ve actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.

Fork it and Make Pull Request. 👍