this post was submitted on 02 Jul 2024
47 points (92.7% liked)

Programming

17025 readers
283 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

hello,

I got into learning Perl because some people on IRC said so. at first I wasn't interested in Perl because I already know Python and Python can almost do anything Perl can. I still gave it a try to kinda have some experience learning new language. I am on chapter 3 right now and would make another post about my progress.

https://blob.perl.org/books/beginning-perl/3145_Chap03.pdf

you are viewing a single comment's thread
view the rest of the comments
[–] solrize@lemmy.world 14 points 2 months ago* (last edited 2 months ago) (2 children)

I won't say "better" but Perl 6 is ... interesting. It's not clear what version you're using.

I suggest Haskell as your next language instead of Perl, since it will change how you think. https://learnyouahaskell.com is a good place to start.

[–] Faresh@lemmy.ml 18 points 2 months ago* (last edited 2 months ago) (1 children)

When people say perl, they normally mean Perl 5. Perl 6 is now called Raku and is considered a different language.

[–] msage@programming.dev 1 points 2 months ago

It's not that far from the tree

[–] exu@feditown.com 8 points 2 months ago* (last edited 2 months ago) (1 children)

I've been brainwashed into finding Elixir interesting due to how it handles parallelism and how good it's supposed to be for live debugging. (According to ~3 talks I found on youtube)

Edit: Syntax error

[–] solrize@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

Also a good choice. I've never used Elixir but have used Erlang. Elixir is just Erlang with different surface syntax, pretty much. https://learnyousomeerlang.com is a good way to start with Erlang.