Matheus
10/31/2018, 12:00 PMprabello
10/31/2018, 12:08 PMMatheus
10/31/2018, 12:11 PMgetHuman()
.let { marryTo(it, human2) }
it wouldn't be possible to translate this from Elixir, which is a bit more idiomatic imo
getHuman()
|> marryTo(human2)
Unless you use some sort of currying library that curries functions backwards somehow? lolarve
10/31/2018, 12:24 PM