this post was submitted on 12 Mar 2024
1090 points (95.7% liked)

Programmer Humor

32078 readers
246 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] evranch@lemmy.ca 1 points 6 months ago (1 children)

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.

[โ€“] CapeWearingAeroplane@sopuli.xyz 1 points 6 months ago* (last edited 6 months ago)

I was joking, and definitely agree with you. I don't think I've used eval since my first programming course in uni.

Edit: Except for monkey hacks for laughs of course.