this post was submitted on 03 Aug 2023
142 points (97.3% liked)

Asklemmy

42493 readers
1422 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago (4 children)

JavaScript. Stay mad but it's fun to write, easy to get into, easy to do both visual (e.g. web) and CLI-style code, and it's awarded me a cushy life, house, and car.

[–] [email protected] 4 points 11 months ago

I've been around - did COBOL at uni. DOne a lot of commercial work in Delphi and C++. I loved the few months of Swift I tried, but started on webdev 6 months ago. I felt really unsafe in JS, and was looking forward to moving onto Typescript. But, as time's gone on, I've found JS just seems to work how I think it's going to. I haven't run into problems with types at all. I assumed I'd end up on a complied language for server side, but the Node ecosystem's so mature it's just been efficient to stay in JS land.

If I was going to teach kids to code, this is where I'd start. Low friction to get going, and powerful enough to run most of the world. Bountiful resources to learn and get support.

[–] [email protected] 3 points 11 months ago

I actually like JS too. It is second to python in ease, but way better in terms of tooling and eco system.

The JavaScript eco system has some issues due to legacy baggage of browsers and design issues with node, but beyond that, the tooling is amazing and powerful.

[–] [email protected] 3 points 11 months ago

and it’s awarded me a cushy life, house, and car.

The rest sounds like cope but this I can get behind.

[–] [email protected] 2 points 11 months ago (2 children)

I can't use regular js anymore after getting used to typescript. I just get annoyed at myself

[–] [email protected] 5 points 11 months ago

Yeah I should have been more specific in that I also use TS.

[–] [email protected] 1 points 11 months ago

Good news, I'm not sure when you'd ever have to. TS literally compiles to JS