hmm ... I think you should rather think in terms of programming paradigms to broaden your horizon than "fun languages".

Fun languages are a matter of fashion and hypes, but paradigms prevail.

Perl is a multi paradigm language, which I enjoy a lot (and frustrates others)

Larry created a kind of "Frankenstein's Monster" (tongue in cheek) by sewing together elements of C, bash, awk, sed and Lisp, among others, this led to quick success because ppl coming from those languages quickly felt comfortable.

You can try using Perl from these different angles to approach other languages.

For Functional programming: Higher Order Perl comes to mind. From there you can have a look at LISP (or Scheme to be more specific)

If you don't like Lisp's syntax, you might wanna have a look at Haskell.

Of course there are more languages which are outside the paradigms covered by Perl, like Forth, Erlang or Prolog.

edit

The book Seven languages in seven weeks may also be of interest for you, tho I would switch Io with JS.

update

The books covers most of what I've already mentioned, here my 2022 take on them

update

DISCLAIMER: I'm not proficient in most mentioned languages, my short characterizations are far from being complete.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery


In reply to Re: Recommendations for fun programming languages ? by LanX
in thread Recommendations for fun programming languages ? by rnaeye

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.