We had such a blast at Lambda! The team loved the event, the talks and the connections they made.
WE HAVE A WINNER! We’d like to thank all of you who approach our booth and especially those who participated in our Code Challenge. A huge congratulations to the winner of our challenge, Łukasz Sowa! Hope you enjoy the Lego Millenium Falcon prize.
We asked to caption this function below. Łukasz answered:
“Finds the first boletus croqueta, settles for jamón if none found.”
You win us over with the food theme! Such a good answer. Congrats!
(defn foo
[pred coll default]
(reduce
(fn [_ x]
(if (pred x)
(reduced x)
default))
default coll))
If you’re considering a change in your career, we currently have an open position for developers on the Penpot team!
Check out the full job description here: Software Engineer Role. We’d love to hear from you if you’re passionate about Open Source and functional programming and want to work on a cutting-edge design platform.