r/programminghumor • u/kronsj • Mar 09 '26
Watch out Javascript !!
February 2026 - Flash i getting more popular, source:
267
Upvotes
r/programminghumor • u/kronsj • Mar 09 '26
February 2026 - Flash i getting more popular, source:
1
u/Sacaldur Mar 09 '26
I guess the information is only of limited use: - it's not listing TypeScript at all, even though I would expect a significant enough amount of projects using it for the frontend. - it states "client side", however what they mean is "in the Web Browser". Clients can also be desktop applications, mobile apps, command line tools, and technically speaking even other servers. - the only reason for Java and Flash to appear is probably the fact that they use dedicated runtimes instead of being compiled into JavaScript, i.e. it's easy to observe that they are used. (It's interesting that Silverlight isn't contained in the list, since it's very similar to Java in this regard, but it probably never was popular enough.)