Mariano Guerra
Tom Larkworthy
11/19/2024, 10:30 AMKonrad Hinsen
11/19/2024, 10:48 AMAlexander Bandukwala
11/19/2024, 2:54 PMScott
11/19/2024, 2:59 PMAlexander Bandukwala
11/19/2024, 3:03 PMguitarvydas
11/19/2024, 3:29 PMAlexander Bandukwala
11/19/2024, 3:32 PMSteve Dekorte
11/20/2024, 2:42 AMMatt Curtis
11/20/2024, 4:37 AMKonrad Hinsen
11/20/2024, 7:07 AMKonrad Hinsen
11/20/2024, 8:02 AMMariano Guerra
Alexander Bandukwala
11/20/2024, 12:59 PMDave Liepmann
11/20/2024, 1:08 PMKonrad Hinsen
11/20/2024, 5:11 PMNick Main
11/20/2024, 5:47 PMAlexander Bandukwala
11/20/2024, 5:48 PMAlexander Bandukwala
11/20/2024, 5:49 PMSteve Dekorte
11/20/2024, 9:58 PMKonrad Hinsen
11/21/2024, 7:23 AMPavel Mikhailovskii
11/21/2024, 8:54 AMuser.email
can be understood as email(user)
or user(email)
. Obviously, email
can be defined as const email = (user) => user(email)
. Similarly, obj.foo(x, y)
translates to obj(foo)(x, y)
or foo(obj)(x, y)
Misha A
11/21/2024, 11:10 PMassoc
update
keys
vals
dissoc
pr-str
=
empty?
merge
merge-with
and other functions)
with building it from 666 different c#/java classes, which each require their own implementations of everything, and exponential explosion of custom code if you need them to interact, none of which could be reused elsewhere even in the same project.Misha A
11/21/2024, 11:30 PM