I have built an app called TryShape. It is now available as an opensource project to contribute. Here is the GitHub repo: https://github.com/TryShape/tryshape
TryShape is an opensource platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS. Please interact with TryShape and provide your feedback & contribute by fixing issues, ask for features, proving suggestions. :).
If I understood correctly, The Reflection part of the Metaprogramming can be broken further into multiple parts like,
- Introspection: Code is able to inspect itself
- Self-Modification
- Intercession: Acting behalf of somebody else
To me, Proxy is more into the category of 'Intercession', isn't it?
I have built an app called TryShape. It is now available as an opensource project to contribute. Here is the GitHub repo: https://github.com/TryShape/tryshape
TryShape is an opensource platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS. Please interact with TryShape and provide your feedback & contribute by fixing issues, ask for features, proving suggestions. :).