this post was submitted on 12 May 2024
617 points (92.2% liked)
Programmer Humor
19529 readers
374 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
I was looking up lambda functions for rust because i needed it for something and didn't know how, what, etc. But searching anything lambda now only shows results for fucking amazon lambda bullshit! Really pisses me off... its fucked ๐
If you mean lambdas like in python where you say
lambda x: x+1
, they are calledclosure
s in rust, try searching for that instead.Thankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names...
AWS Fargate, amazing, AWS ServerLess,... Da fuk!
The problem is that i didn't know that so unless someone tells me, I'm stuck searching for lambdas :(