Ok you Python-using heathens. What did you think for difficulty this time around?
Post your coding atrocities below.
For those of you who missed the early signups. Feel free to join the leaderboard late (though rankings are based on time).
Ok you Python-using heathens. What did you think for difficulty this time around?
Post your coding atrocities below.
For those of you who missed the early signups. Feel free to join the leaderboard late (though rankings are based on time).
Jump in the discussion.
No email address required.
Took me a long time to remember to do this but I beat the release of day two :)
I bounced off haskell immediately and cbf re-learning from scratch so it's rust season again:
Jump in the discussion.
No email address required.
You had a chance to not be completely worthless, but it looks like you threw it away. At least you're consistent.
Jump in the discussion.
No email address required.
More options
Context
I have to say rust is less ugly than I thought it'd be. Why did they choose
let var: Type = ...
instead of justType var = ...
?Jump in the discussion.
No email address required.
Most of the time it will infer the type from what's passed in/used later, but yeah shit can get cluttered
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context