this post was submitted on 08 Sep 2023
546 points (94.2% liked)

Programmer Humor

19572 readers
1682 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 1 year ago (23 children)

My issue with typescript... and, correct me if I'm wrong... is it doesn't exist without Javascript. Typescript needs to be compiled down into Javascript to be run. It has no stand alone interpreter (that I'm aware of) and definitely not one baked into web browsers or NodeJS (or adjacent) tools. In essence, Typescript is jank sitting on top of and trying to fix Javascript's uber jank, simultaneously fracturing the webdev space while not offering itself as a true competitive and independent language for said space.

That's my amateur two cents for what it's worth.

[–] [email protected] 4 points 1 year ago (3 children)

What we really need is a browser that runs something other than Javascript. Until then, stack of jank it is.

[–] [email protected] 4 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

Is that a standalone thing? This is obviously not my specialty but I thought it was part of Javascript.

[–] [email protected] 1 points 1 year ago

I've never worked with it and don't know in detail, but it lets you compile several languages into web based client/server code (basically, converting other languages into website code). Works with C, C++, C#, Go, Rust, Swift, etc)

load more comments (1 replies)
load more comments (20 replies)