AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Closure
Closure is not a pure functional language. It does provide mutable state but it provides a very small number of mechanisms to implement mutable state. Closure also has CSP so communicating sequential processes. In many ways it's quite similar to the actor model. You can mix and match these things much more freely in closure than you can in most other languages.