AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Internship: Incredom
For my second project of the summer, I worked on a library called Incredom. Incredom is Jane Street's library for building dynamic web apps in OCaml. One of the things that's very important for web apps and trading system interfaces is that you don't want to have to re-render the entire web page every time something changes. In this way, we managed to avoid doing any extra computation that we shouldn't do in order to render the view on a web page.