So much bloat. So many boilerplates. Just
package main
fuck you() {}
is enough.
Comment on F*** You! Co-Creator of Go Language is Rightly Furious Over This Appreciation Email
m33@lemmy.zip 3 days agoLet’s try this instead
package main import "actions" import "entities" func main() { actions.Fuck(entities.You) }
So much bloat. So many boilerplates. Just
package main
fuck you() {}
is enough.
Could you please file a PR ? 🤣
NEILSON_MANDALA@lemmy.world 3 days ago
this is why python > go. even a kid knows what my insult means
Axolotl_cpp@feddit.it 3 days ago
This gotta be ragebait, everyone know that a language isn’t bad or good only for a single thing, hell there is no bad language, the reason why “python is better” is because you use it to make kids learn how to program, this is a good use, every other use is just…not good since it’s slow as hell and the indented syntax make it hell to write with.
DrCake@lemmy.world 2 days ago
There’s no bad language you say? https://en.wikipedia.org/wiki/Brainfuck
Danitos@reddthat.com 2 days ago
Don’t you fucking dare speak badly of my beloved Brainfuck
In fact, take this functional Fibonacci sequence generator I did some time ago, so you can repent from your blasphemy by looking at its beauty.
;>;>;<<[->>[->+>+<<]>>[<<+>>-]<<<[>>+<<-]>[<+>-]>[<+>-]<:<<]yetAnotherUser@lemmy.ca 2 days ago
That isn’t a bad language. It’s pretty simple and it serves a cool purpose, which is to convey the power of a Turing machine. Now this is a bad programming language.
msage@programming.dev 2 days ago
JS?
runs for cover
anzo@programming.dev 2 days ago
I love Python because it’s actually the second best language to do anything. For concurrency, Go is better. Also, you are terribly naive to judge a language only by its syntax.
NEILSON_MANDALA@lemmy.world 2 days ago
i’m a linguist so i’m super nitpicky about shit that just doesn’t matter at all. like i try to make python read like it’s a declarative language rather than an imperative one because it’s looks more grammatically correct that way (in other words, typing shit like
dog.walks()instead ofdog.walk()