This website is made in Perl, like most of my projects.
Perl makes coding fun.
I love Perl because
- It's expressive
- I enjoy the syntax
- It reminds me of C and Bash.
There Is More Than One Way To Do It
I like one line loops and if
statements, and I like unless
. I like having both for
and foreach
. I like that Perl tries to adapt to how I think. It doesn't fight me, it just tries stuff.
And I like sigils. It's fun having @
or %
show up in my code.