logoalt Hacker News

evvyesterday at 10:25 PM2 repliesview on HN

Dumb question: whats the difference between "low-code" and "libraries+frameworks"?

Usually the point of a library or framework is to reduce the amount of code you need to write. Giving you more functionality at the cost of some flexibility.

Even in the world of LLMs, this has value. When it adopts a framework or library, the agent can produce the same functionality with fewer output tokens.

But maybe the author means, "We can no longer lock in customers on proprietary platforms". In which case, too bad!


Replies

lioeterstoday at 2:56 AM

React, Next, Laravel, Rails.. In fact, all higher-level programming languages from C on up are low-code solutions.

marcosdumayyesterday at 10:34 PM

> Dumb question: whats the difference between "low-code" and "libraries+frameworks"?

There's not much technical difference.

The way those names are used, "low-code" is focused on inexperienced developers and prefers features like graphical code generators and ignoring errors. On the other hand, "frameworks" are focused on technical users and prefer features like api documentation and strict languages.

But again, there's nothing on the definition of those names that requires that focus. They are technically the same thing.