hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoI like Python deflemmy.worldimagemessage-square11fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1imageI like Python deflemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square11fedilink
minus-squaresbv@sh.itjust.workslinkfedilinkEnglisharrow-up1·1 year agofun is the punchable face of keywords. I don’t know why, but I hate it.
minus-squareMultipleAnimals@sopuli.xyzlinkfedilinkarrow-up1·edit-21 year agopub async fn foo() -> Pin>>>>> oh fuck commonmark cant display the syntax :( well anyone who has done async rust can imagine
minus-squareAVincentInSpace@pawb.sociallinkfedilinkarrow-up1·edit-21 year agoPin<Box<dyn Future<Output=Result<AsyncResponseThatYouWillHaveToAwaitAgain<ActualResultType>, InscrutableErrorTypeThatDoesntImplementDisplay>> + Send + Sync + 'static + 20MillionMoreAutoTraits>>
How about some
fun
?fun
is the punchable face of keywords. I don’t know why, but I hate it.How about some
fn
instead?pub async fn foo() -> Pin>>>>>
oh fuck commonmark cant display the syntax :( well anyone who has done async rust can imagine
Pin<Box<dyn Future<Output=Result<AsyncResponseThatYouWillHaveToAwaitAgain<ActualResultType>, InscrutableErrorTypeThatDoesntImplementDisplay>> + Send + Sync + 'static + 20MillionMoreAutoTraits>>
Exactly, now we are talking