this post was submitted on 07 Jun 2023
22 points (100.0% liked)

Asklemmy

43810 readers
1 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_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Mac@lemmy.world 8 points 2 years ago (1 children)

Programming. I have dabbled and written basic scripts but i just haven't dedicated the time to learn enough for a solid foundation.

[โ€“] Viktorian@beehaw.org 2 points 2 years ago* (last edited 2 years ago) (1 children)

If you decide to give it a go, I'd recommend starting either with Typescript or with Kotlin. They're both very easy to learn. Kotlin is more powerful and the compiler error messages might be more helpful (I'm not too sure) but it has to deal with some leftover Java boilerplate in exchange.

C# may also be worth considering but I have never used that at all.

[โ€“] Penguin_Rocket@lemmy.ml 2 points 2 years ago

In my opinion, Python sounds better to start programming because it is widely used, there are thousands of tutorials for everything (from creating a calculator to an AI). It is a simple but powerful language that even children can start to learn in middle school.