15-213/513 lectures are presented by Prof. Brian Railing (bpr), Prof. David Andersen (dga), or Prof. Nathan Beckmann (beckmann) as indicated in the schedule. Bootcamps 5-6 will be presented live by ...
RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. It extends the observer pattern to support ...
Like any Haskell, it is purely functional, enjoys a strong static type system with global type inference and non-strict - also known as lazy - evaluation. Frege compiles to Java, runs on the JVM, and ...