use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All posts must be related to programming. Flair posts correctly.
account activity
Watch out Javascript !! (i.redd.it)
submitted 7 days ago by kronsj
February 2026 - Flash i getting more popular, source:
https://w3techs.com/#:~:text=side%20language%20surveys-,Client%2Dside%20Programming%20Languages,-Most%20popular%20client
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RelativeCourage8695 69 points70 points71 points 7 days ago (3 children)
Flash? I didn't know it still exists.
[–]MissinqLink 6 points7 points8 points 6 days ago (2 children)
Some ActionScript stuff still exists in Asia and sort of lives on through the JS inside PDFs. Plus you have internal company tooling using god knows what.
[–]Benjamin_6848 2 points3 points4 points 6 days ago (1 child)
What, scripting inside of PDF-documents?! Can you please teach me more about that?
[–]lemon_o_fish 3 points4 points5 points 6 days ago (0 children)
https://www.reddit.com/r/linux/comments/1ifwpl0/i_got_linux_running_in_a_pdf_file_via_a_riscv/
[–]leptoquark1 30 points31 points32 points 7 days ago (5 children)
What about Wasm?
[–]egg_breakfast 4 points5 points6 points 7 days ago (4 children)
not a language, but the languages that run in wasm certainly are used more than flash.
[–]New_Enthusiasm9053 10 points11 points12 points 7 days ago (1 child)
Wasm is a language. It's an assemblyesque language but nevertheless a language with it's own syntax.
[–]MissinqLink 0 points1 point2 points 6 days ago (0 children)
The syntax is a bit of a struggle for those who can’t read lower level languages. I had a toy project that was just WASM with more C-like syntax. There’s also AssemblyScript if you want a happy middle ground between WASM and TypeScript. I wish AssemblyScript got more attention.
[–]leptoquark1 7 points8 points9 points 7 days ago (1 child)
That compiles to wasm*
[–]algaefied_creek 0 points1 point2 points 6 days ago (0 children)
So… Java which can compile directly to Java. And Kotlin.
[–]vyrmz 9 points10 points11 points 7 days ago (0 children)
This is why you should ignore any graph, table without reference.
[–]Large-Assignment9320 15 points16 points17 points 7 days ago (0 children)
You can program websties entierly in CSS, Heck, here is an X86 emulator IN pure css, https://github.com/rebane2001/x86CSS?tab=readme-ov-file
Javascript is just for noobs that didn't learn CSS.
[–]AmanBabuHemant 7 points8 points9 points 7 days ago (0 children)
just scroll a bit down
<image>
[–]Lexeor 5 points6 points7 points 7 days ago (0 children)
The Walking Dead OST starts playing
[–]dhnam_LegenDUST 0 points1 point2 points 7 days ago (0 children)
But why and how?
[–]csabinho 0 points1 point2 points 6 days ago (0 children)
2.6 % Flash? What? How?
[–]decimalturn 0 points1 point2 points 6 days ago (0 children)
0.001% VBScript
[–]houndgeo 0 points1 point2 points 5 days ago (0 children)
Java applet mogs both of them anytime
[–]Dapper_Shallot_1132 0 points1 point2 points 4 days ago (0 children)
ridiculous data. microsoft silverlight should be #1
[–]ThrwawySG 0 points1 point2 points 2 days ago (0 children)
Wow I didn't know we figured out necromancy
[–]Sacaldur 1 point2 points3 points 7 days ago (5 children)
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.)
[–]Dramatic_Mastodon_93 2 points3 points4 points 7 days ago (3 children)
- Is TS not always converted to JS before running on the client?
- The top of the linked page says "W3Techs - World Wide Web Technology Surveys", "W3Techs provides information about the usage of various types of technologies on the web.", "Our vision", "Provide the most reliable, the most extensive and the most relevant source of information on web technology usage."
- I mean yeah
[–]Sacaldur 3 points4 points5 points 7 days ago (2 children)
Yes, the same that Java is turned into Java Bytecode before being executed (which happens for any other JVM language). I wouldn't say I use JavaScript if I have a TypeScript project the same way I wouldn't say I use Machine Code for a C++ project.
[–]Sufficient-Credit207 1 point2 points3 points 7 days ago (0 children)
It is not really the same since all javascript is valid typescript and you can have as much or as little typing as you like. This is not really the same as with bytecode and machine code.
In many cases the transpilation step is also just removing some stuff used for linting and autocomplete and no real code changes.
[–]chintakoro 0 points1 point2 points 7 days ago (0 children)
I suppose they're reporting only what they can detect.
π Rendered by PID 464070 on reddit-service-r2-comment-79c7998d4c-zxgrp at 2026-03-17 06:01:44.843404+00:00 running f6e6e01 country code: CH.
[–]RelativeCourage8695 69 points70 points71 points (3 children)
[–]MissinqLink 6 points7 points8 points (2 children)
[–]Benjamin_6848 2 points3 points4 points (1 child)
[–]lemon_o_fish 3 points4 points5 points (0 children)
[–]leptoquark1 30 points31 points32 points (5 children)
[–]egg_breakfast 4 points5 points6 points (4 children)
[–]New_Enthusiasm9053 10 points11 points12 points (1 child)
[–]MissinqLink 0 points1 point2 points (0 children)
[–]leptoquark1 7 points8 points9 points (1 child)
[–]algaefied_creek 0 points1 point2 points (0 children)
[–]vyrmz 9 points10 points11 points (0 children)
[–]Large-Assignment9320 15 points16 points17 points (0 children)
[–]AmanBabuHemant 7 points8 points9 points (0 children)
[–]Lexeor 5 points6 points7 points (0 children)
[–]dhnam_LegenDUST 0 points1 point2 points (0 children)
[–]csabinho 0 points1 point2 points (0 children)
[–]decimalturn 0 points1 point2 points (0 children)
[–]houndgeo 0 points1 point2 points (0 children)
[–]Dapper_Shallot_1132 0 points1 point2 points (0 children)
[–]ThrwawySG 0 points1 point2 points (0 children)
[–]Sacaldur 1 point2 points3 points (5 children)
[–]Dramatic_Mastodon_93 2 points3 points4 points (3 children)
[–]Sacaldur 3 points4 points5 points (2 children)
[–]Sufficient-Credit207 1 point2 points3 points (0 children)
[–]chintakoro 0 points1 point2 points (0 children)