epyon22
@epyon22@sh.itjust.works
lemmy
0.19.16
0
Followers
0
Following
Joined June 10, 2023
Posts
Open post
In reply to
epyon22
@epyon22@sh.itjust.works
sh.itjust.works
@epyon22@sh.itjust.works
in
programmer_humor
·
6d ago
Typescript is transpiled into JavaScript. It’s not a whole new language just additions to JavaScript.
1
1
0
0
Open post
In reply to
epyon22
@epyon22@sh.itjust.works
sh.itjust.works
@epyon22@sh.itjust.works
in
programmer_humor
·
Apr 14, 2026
Technically transpiled. Compiling results in something binary.
1
3
0
0
Open post
In reply to
epyon22
@epyon22@sh.itjust.works
sh.itjust.works
@epyon22@sh.itjust.works
in
programmer_humor
·
Apr 13, 2026
JavaScript is what is called an interpreted language there is no compiling at all the code is directly read and interpreted at runtime. Most of the time it’s minified which reduces the size. Or in the case Vue React or Angular is transpiled which still results in JavaScript code but framework specific syntax is broken out and it’s ran through bable to do backwards compatibility for older browsers.
1
5
0
0
Open post
In reply to
epyon22
@epyon22@sh.itjust.works
sh.itjust.works
@epyon22@sh.itjust.works
in
programmer_humor
·
Apr 13, 2026
Mainly making a joke that they aren’t binarialy deterministic. Semantically they are though.
blog.onepatchdown.net/…/are-compilers-determinist…
blog.onepatchdown.net/…/are-compilers-determinist…
0
7
0
0
Open post
In reply to
epyon22
@epyon22@sh.itjust.works
sh.itjust.works
@epyon22@sh.itjust.works
in
programmer_humor
·
Apr 11, 2026
Most applications aren’t written to compile deterministically so there is always a chance.
0
9
0
0