Creating software is hard and unnecessarily complex. Layers upon layers of complexity and abstractions are common among applications, frameworks, and libraries we see and use.
In this session, we’ll talk about Eve — the programming language that tries to lower the complexity of software development by treating everything as a record that you read and write. Eve offers a human-first programming platform and makes a number of interesting design choices, the most prominent of which are reactive blocks of code. It allows you to focus on what you want to achieve, rather than how you want to achieve it.
Join me to look at Eve, the platform and the language. We’ll cover how treating everything as a record allows Eve to be a declarative programming language and how it provides an alternative solution for the typical use-cases in software development.
You'll get inspired to find whether you can even do things Eve offers out-of-the-box in your Java projects and will be eager to try tools that promise to help you do it :)