|
|
|
|
|
by grammarnazzzi
1859 days ago
|
|
>> Writing bots from scratch in a new language is more fun when parsing is easy
> Yeah but this is such a niche usecase. I think the point is that writing anything for anything is simpler, faster, and has fewer dependencies when parsing is easy. > Also, Matrix uses an HTTP API and almost every language at least has a binding to libcurl. Certainly there are advantages of using Matrix and it's HTTP compatibility to implement some solutions. However, I can also imagine some projects are best served with a simple protocol with lean libraries that don't incur unnecessary dependencies on HTTP and the related bloat and complexity. |
|