- cross-posted to:
- programming@programming.dev
- cross-posted to:
- programming@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.
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. 👍