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

  • exu
    link
    fedilink
    English
    8
    edit-2
    3 months ago

    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
      link
      1
      edit-2
      3 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.