this post was submitted on 14 Jul 2024
262 points (98.2% liked)
Programmer Humor
19548 readers
1017 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do the characters even have morse code assigned to them?
I found those:
But this isn't enough for programming, square and curly brackets, carets, ampersand, pipe, tilda... I think it's gonna be pretty challenging
C is so old, it has a way to work around that! In case your 198x keyboard was not set to ASCII you know. Not sure if Morse covers all the characters needed for the replacement trigraphs though.
https://riptutorial.com/c/example/23858/trigraphs
I love when there are solutions for every weird use case ^^
https://en.wikipedia.org/wiki/Brainfuck
Please delete the .m. from the Wikipedia link so it's correct for desktop users.
Did
Thanks!
What if desktop users delete it themselves, if they don't like it?
The default link redirects for mobile automatically, it doesn't work the other way around.
Ok, that's fair point, but it still isn't other people's job to serve you links just how you like them.
Can't you extend it by adding extra bits? Though typing them would be problematic as the length will be growing too.
It would be a blow to render this typing method slightly slower, definitely a deal breaker 😏
COW (a moo themed brainfuck variant) would work.