i start to feel limited by the fact that python isn't lisp enough
i should maybe really make this lisp+python thing someday
@CobaltVelvet Do you know about hy?
https://github.com/hylang/hy
@pybyte that is exactly it
@eryn @pybyte i was writing this class and it just bothered me that, while the class body is nearly python code that will be run on class declaration, it has those arbitrary constraints that makes it different. it just doesn't feel right when we could use instead the exact same "thing" for a class/function/lambda/control structures, and get freed to structure code in any depth like we would any data structure and think of it as such multidimmentional thing instead of forcing it flat