this post was submitted on 12 Mar 2024
1090 points (95.7% liked)

Programmer Humor

32078 readers
246 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Please dont take this seriously guys its just a dumb meme I haven't written a single line of code in half of these languages

you are viewing a single comment's thread
view the rest of the comments
[–] dependencyinjection@discuss.tchncs.de 5 points 6 months ago (2 children)

Typescript is amazing though.

[–] idunnololz@lemmy.world 5 points 6 months ago

I guess I have to defend this one. I personally think Typescript is the better language compared to typed Python or Ruby (two comparable languages based on how they are all used). Modern Javascript actually have a lot of nice language features, the only issue is the lack of types. Typescript doesn't entirely solve the problem but it's a decent attempt at it. A good typescript repo is decently readable, testable and performant enough for most use cases.

[–] Skullgrid@lemmy.world 1 points 6 months ago (1 children)

Typescript is wasted on JS. Currently getting a JS certification while porting an action script 3 project to JS, ActionScript 3 was the better language.

I dunno we run and service serval large application running with React TS as the client with C# Entity Framework for the Server with SQL and wrapped up nicely in GraphQL.