Developer Tools And Architecture: Mike Hall Interviews Erik Meijer | GOTO Conference 2013
Mike Hall
Interviewer, UGtastic
Erik Meijer
developer tools and architecture
The Conversation
Critical Insights
"The reactive framework allows developers to handle both single and multiple asynchronous results, providing a flexible solution for distributed computing."
"The framework is designed as an abstract interface, making it language-agnostic and enabling cross-language communication."
"The open-source nature of the framework allows for a diverse community of developers to contribute and improve the platform."
Archival Context & Related Media
GOTO Chicago 2013 Speaker Bio: Erik Meijer
GOTO Chicago 2013 Presentation Page: Keynote: Open Systems - Actors and Cloud
As developers we all like to use tightly couple systems where possible and loosely coupled ones where necessary. In the closed world of the pre-Cloud era, traditional relational databases have gained tremendous leverage from tight coupling of B-tree storage, transaction managers, and query optimizers, providing developers with an efficient, consistent, and easy to use ACID programming model. In the open, distributed, asynchronous, and heterogeneous world of the Cloud, we must consider more loosely coupled computational models that are designed with distribution and concurrency in from the get go, and accept that our knowledge of the world is never fully consistent. Actors as envisioned by Carl Hewitt fit the bill perfectly. In this talk we will show how highly-available stateful Actors provide a flexible and easy to use programming model for the Cloud on the outside, while still allowing for the traditional programming models on the inside.
Official GOTO Chicago 2013 playlist
Archival playlist containing other presentations from this event.