I've actually wondered for a while why there isn't an ML library atop an array language.
j
Jack Rusher
02/11/2021, 8:01 AM
@Kartik Agaram I think it's because libraries provide similar features in languages that people are otherwise more comfortable using.
👍 1
w
wtaysom
02/11/2021, 9:17 AM
Libraries can also fit more easily into existing systems.
➕ 1
j
Jack Rusher
02/11/2021, 12:40 PM
The real point of the thing is how few moving parts there are if one uses the right primitives. There's no reason a library or DSL couldn't make it this easy in another language. (Though likely with longer names 😹.)