Hacker News new | ask | show | jobs
by chriscaruso 2478 days ago
I don't see why a well written library could not serve the same purpose. It seems like a lot of cruft. I doubt, for example, Python would ever consider adding this and it's the defacto language that would benefit the most from something like this - due to the existing tools and communities.

It just seems so narrow and not at the same level of abstraction that languages typically sit at. I could see the language supporting higher level functionality so a library could do this without a bunch of extra work (such as by some reflection).

1 comments

I would counter that differentiable programming should perhaps rise to the level of baseline functionality that most languages should offer.

I think the applications for automatic differentiation and gradient optimization well exceed what we think of as ML and data science today.