Post #2200116
2026-04-27 08:22 UTC
Replies (1)
-
@m3tti@functional.cafe 2026-04-27 08:26
@sterpeto@social.vivaldi.net this is exactly what i have in mind since a lot of time now. I think on this behalf yes fraweworks help in certain cases but look at all the stuff we have react, vue, ember ... you name it or the same for backend stuff in the web. It boils down to one problem. Boilerplate reduction. Most of the code you have in those frameworks is boilerplate. Yes some try to remove it with code generators but if the code is in your codebase its your problem. Now think about the ai stuff its the same but even worse. In my opinion if a computer can "generate" the code. Why can't it be done on the fly. I'm thinking there more of like templates or better to say macros in lisp. All this code getting generated and stuff could be simply boiled down to macros right. But back to your topic yes most of the frameworks or tools or libraries that are in use today just strip away simple parts of your coding journey and i often tend to try to understand how the framework does it and in the end most of the time you don't need a framework :D. So yes you are right in certain parts.