Please dont take this seriously guys its just a dumb meme I haven’t written a single line of code in half of these languages

  • evranch@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    As I said,

    C/++ with renewed appreciation

    No such thing as eval in non-interpreted languages. Unless you’re crazy enough to invoke the compiler and exec() the result.

    I used eval too in my Perl days which is why I specifically called it out. IMO any time you see eval used there should be another, more proper way to do it.