this post was submitted on 18 Feb 2024
512 points (96.9% liked)

Programmer Humor

19397 readers
413 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Insert <it's not much but it's honest work> meme. It only supports ints and bools, some logic and simple arithmetics and it compiles to Java but damn was it hard to get that far.

Can you guess what everything does?

you are viewing a single comment's thread
view the rest of the comments
[–] brunofin@lemm.ee 17 points 8 months ago (1 children)

Is flex X on the haters a way of logging to console?

[–] prof@infosec.pub 11 points 8 months ago (1 children)

Yes, it pretty much just wraps the expression in a "System.out.println();"

[–] Aatube@kbin.social 23 points 8 months ago (1 children)

Maybe "flex X" outputs to stdout and "flex X on the haters" outputs to stderr?

[–] prof@infosec.pub 9 points 8 months ago (2 children)

I like the way you think! 😂

[–] mwguy@infosec.pub 8 points 8 months ago

flex X on the fools does verbose logs only.

[–] brunofin@lemm.ee 1 points 8 months ago

I'm curious to know how your language throws and catches errors :)