AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using OCaml to Invoke Computing
OCaml can be used to invoke computations, your computations that exist on the OCaml side. Being able to have all of the core computational stuff available in Python is a nice way to allow you to stop repeating yourself and having to rewrite things on both sides. You don't want to write in a Python or some code that is going to be queried in lots of different usage scenarios. In OCaml you're kind of forced by the type system to think about all these different scenarios and you want to get that correct.