this post was submitted on 07 Apr 2024
104 points (93.3% liked)

Programmer Humor

19161 readers
321 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
 

you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 23 points 5 months ago (3 children)

Neat FP style. Pretty verbose though. Someone should invent a terser syntax so you don't need to write do_two_things everywhere. It's a common operation so maybe it could even be a single character.

[–] TadoTheRustacean@programming.dev 7 points 5 months ago

If you know about rust you know it's a programmable programming language, meaning that you can make macros. There could be a macro that would do that but 1. Macros is rust code to write rust code so they have the complexity of rust squared 2. I said to myself the only macros I will allow myself to use in this challenge is println and allow

[–] jendrik@discuss.tchncs.de 7 points 5 months ago

Like a semicolon? No, too boring. What about >>=

[–] tatterdemalion@programming.dev 5 points 5 months ago

; is just a monad after all