All day long workshops, not included in the ticket price
Alejandro Serrano Mena 47 Degrees
Workshops & Unconference are included in the ticket price
Open the doors and registration
John A. De Goes Stealth Startup
Adam Rosien Inner Product
Victor Cacciari Miraldo Utrecht University
See you later
Tomasz Heimowski Datto
Mikel San Vicente Habla Computing
Mu Maintainers Pepe Garcia & Adrian Ramirez 47 Degrees
The best time to talk with speakers and attendees
Martin Odersky
Open the doors and registration
Emily Riehl
Katie Levy Intuit
Shelby Cohen Intuit
Aditya Siram
Arrow Maintainers Raúl Raja & Simon Vergauwen 47 Degrees
Tianyu Pu Booking.com
The best time to talk with speakers and attendees
Harold Carr Oracle Labs
Laura Castro Universidade da Coruña
April Gonçalves
Manuel Chakravarty Tweag I/O & Input Output
See you later
In the patio during lunch
Laura Bocchi University of Kent
Matthias Felleisen Northeastern University
Marco Perone Statebox
J Haigh SimSpace
The best time to talk with speakers and attendees
Robert M. Avram REWE Digital
Paweł Szulc
Em Grasmeder Thoughtworks
Rock concert with food, drinks, and fun
The best time to talk with speakers and attendees
Open the doors and registration
See you later
See you later
Rock concert with food, drinks, and fun
On Thursday, October 17th, Lambda World will host an Unconference during the morning and a few workshops in the afternoon. If you want to add your talk to the unconference, please fill out this form
Developers interested in seeing Haskell being used as a general programming language. Engineers hoping to see Haskell as an environment in which one can quickly and effectively iterate between requirements, design and running, executable code - providing value to the business with an immediate feedback loop. Developers eager to see how they can rapidly create software that is flexible to changes, extensible and testable.
Pre-requirements:
In the patio during lunch
TBD
I’ll talk about the history of Scala’s implicits: how they evolved, some mistakes we could have avoided in hindsight, as well as aspects I believe we got right. I then present the revised implicit design of Scala 3 and explain how it addresses the problems mentioned earlier.
The field of data science, which has an increasingly profound impact on our lives, is meanwhile in the middle of an identity crisis. The fundamental questions of what data science is, who is a data scientist, and how do we best do data science to serve society, remain largely undecided. Regardless of where the answers will fall, there are a number of tools, techniques, and ways of thinking that every data scientist should have in their toolbelt. Although the software languages, frameworks, and algorithms will come in and out of fashion, the fundamentals behind the trade have existed for centuries and will continue to be used for ages to come.
We, as two entry level engineers, took on the challenge of introducing Kotlin and Functional Programming to our company, Intuit. Even though you all know Kotlin is a great language, we overcame the obstacles associated with a large company structure of having a common tech stack. In addition, Kotlin provided a natural transition for OOP Java developers to use Functional Programming Paradigms.
Hear about how, in less than two years, we went from getting our diplomas to gaining influence and driving change at a major technology company, and how you can do it too.
Katie Levy Software Engineer, Intuit
Shelby and Katie are Software Engineers at Intuit. Both women are passionate about encouraging a positive work learning culture for engineers to do the best work of their lives. Whether it is Android development, server-side development, Functional Programming, or developing full web applications in Kotlin, they both have the fierce dedication to always be learning and improving their skills as engineers and employees.
Shelby Cohen Software Engineer, Intuit
Shelby and Katie are Software Engineers at Intuit. Both women are passionate about encouraging a positive work learning culture for engineers to do the best work of their lives. Whether it is Android development, server-side development, Functional Programming, or developing full web applications in Kotlin, they both have the fierce dedication to always be learning and improving their skills as engineers and employees.
The very essence of functional programming relies on a fairly simple premise: write side-effectless programs, so that you can reason about them equationally. Side-effects however are predominant in every program that . . . well, does something useful. In light of this, the modelling of effects in functional programs has become a fairly active domain of study. From stacked effects, to horizontal ones; from transformers to free monads and so on. Every effect model, though joyfully they may seem, have some rather unfortunate consequences. In this talk, I'd like to share with you some of these effect models and exemplify both their joyful and unfortunate nature.
Robert M. Avram Software Developer, REWE Digital
Robert is a software engineer currently working at REWE Digital in Cologne and spends a lot of his time writing functional microservices in Clojure and Scala. He concurrently seeks refuge from the imperative in the world of purely functional programming, and from time to time likes to pester unwilling individuals with it.
Arrow Meta is a library that empowers library and application authors with the ability to write plugins for the Kotlin compiler. Compiler plugins have access to all compiler phases and can intercept and modify the AST, descriptors, and IR intermediate lang for bytecode generation. In this talk, Simon Vergauwen and Raul Raja, Arrow maintainers from 47 Degrees, will go over the main features of Arrow Meta and how the Arrow library aims for:
If you attend this talk, you will learn how the Kotlin compiler works internally and how you can write compiler plugins with the Arrow Meta library.
We will discuss some of the current Arrow plugins in development and the future and state of FP in Kotlin:
JavaScript is a critical part of today's programming landscape, and not just for web applications. However, its lack of static typing has given lots of developers grief over the years as they struggled with cryptic runtime error messages such as 'cannot find property X of undefined' (I've been there, too). With the introduction of ReasonML, we're now able to write statically typed, simpler and faster JavaScript. In this talk, we'll cover what ReasonML is, what it isn't, why it's worth paying attention to, how it works, and how it can be used in your applications.
Tianyu Pu Software Developer, Booking.com
Tian is a software developer at Booking.com in picturesque Amsterdam, Netherlands. Previously she was at Atlassian in sunny Sydney, Australia. When she's not working, you'll often find her enjoying the great outdoors or learning something new (particularly languages, and not just of the programming variety).
Recursion is the fundamental looping mechanism in functional programming. This talk shows patterns of recursion using Haskell. It shows those patterns for list structure only. This makes it easier for beginners to understand recursion schemes by focusing on their operation with lists. We start by writing explicit recursive versions of sum, product, and length of lists, then factor them into fold functions. We proceed in a similar manner with other folds, unfolds, and refolds with many examples of the patterns in operation. We end by mentioning factoring recursion out of data.
Harold Carr Software Developer, Oracle Labs
Harold Carr does blockchain research at Oracle Labs (using Haskell). At Oracle and Sun, he worked on cloud infrastructure, InfiniBand transport, and remoting system technology (i.e., REST, SOAP, CORBA, and RMI). He has worked on distributed Lisp and distributed C++ with Hewlett-Packard Research Laboratories, was Chief Architect of Lisp technology at Autodesk, and was a logic simulation consultant for Cirrus Logic. He holds a Ph.D. in Computer Science from the University of Utah.
In the world of distributed, highly concurrent and scalable systems, few technologies can live up to Erlang/OTP's potential. But, as we often hear, with great power comes great responsibility . . . What if we have designed the architecture of our background to be scalable and used Erlang/OTP to implement it? What now? Should we go straight ahead and jump into the production pool?
Sit and wait for thousands, millions of requests to come? In this talk, we'll see how we can test the robustness of our system in a controlled setting, and in an automated, effective way. Using ProER, a property-based testing tool that follows into the footsteps of the famous QuickCheck, we will see how our software's validation can be both a challenge and a cool task, when we put the right tools in practice.
Laura Castro Assistant Professor, Universidade da Coruña
I am a postdoc researcher and assistant professor at the University of A Coruña (Spain). I am a member of the MADS (Models and Applications of Distributed Systems) research group. I give lectures on Software Architecture, and Software Verification and Validation. My research focuses on software testing (automated, model and property-based testing), applied to software in general, and distributed, concurrent, functional systems in particular. Also, I am responsible for the Distributed Systems and Service-Oriented Architectures research area at the CITIC (ITC Research Centre at University of A Coruña).
Functional programming and blockchains are a match made in heaven! The immutable and reproducible nature of distributed ledgers is mirrored in the semantic foundation of functional programming. Moreover, the concurrent and distributed operation calls for a programming model that carefully controls shared mutable state and side effects. Finally, the high financial stakes often associated with blockchains suggest the need for high assurance software and formal methods.
Nevertheless, most existing blockchains favour an object-oriented, imperative approach in both their implementation as well as in the contract programming layer that provides user-defined custom functionality on top of the basic ledger. On the one hand, this might appear surprising, given that it is widely understood that this style of programming is particularly risky in concurrent and distributed systems. On the other hand, blockchains are still in their infancy and little research has been conducted into associated programming language technology.
In this talk, I will explain the connection between blockchains and functional programming and argue that blockchains are a well-suited application area for functional programming techniques. I will illustrate this with evidence from the research-driven development of the Cardano blockchain and its contract programming platform, Plutus. Cardano and Plutus are implemented in Haskell and Rust, and the development process includes semi-formal specifications together with mechanised theorem proving to formalise key components.
Manuel Chakravarty Functional Programming Evangelist, Tweag I/O & Input Output
Manuel M T Chakravarty works with Tweag I/O as a functional programming evangelist, architects blockchain languages at IOHK, and develops the interactive development environment Haskell for Mac — one of the first Swift apps on the Mac App Store. His interests span from functional programming, novel compiler technology & programming language theory over high-performance & distributed computing to blockchain technology. He used to be an associate professor at UNSW Sydney and contributed to both the design and implementation of the Haskell programming language as well as several Haskell tools and open source libraries, including multiple systems for data parallel programming of multicore CPUs and GPUs. Over the last three years, he focused on making functional programming more broadly accessible and on exploring its role in app development in Swift. Most importantly, he believes in the fruitful combination of theory and practice.
In general, we don’t know much about our functions other than their potential associativity. But what if we knew more about them? In this talk, you will learn how to use algebraic properties of functions, data types and effects to improve the performance of your programs.
April Gonçalves CS PhD Student,
CS PhD Student | typed-functional, creative coder | proud latina | queer immigrant | chemically unbalanced
Racket, a functional language in the Lisp family, promotes a language-oriented style of programming. Developers create many domain-specific languages, write programs in those, and compose these programs via Racket code. This style of programming can work only if creating and composing little languages is simple and effective. This talk will demonstrate how Racket achieves this goal, starting from bare-bones functional code and moving through a range of examples from classical research (Algol '60) to modern end-point programming for the Web.
Matthias Felleisen Trustee Professor, Northeastern University
For the past 33 years, Matthias Felleisen has conducted research on all aspects of programming languages; for the past 20 years he has also run a nation-wide outreach project for high schools and middle schools. For his research on programming languages, Felleisen was inducted as an ACM Fellow in 2006 and he received ACM SIGPLAN's Achievement Award in 2012. For his educational outreach, ACM honored Felleisen with the Karl V. Karlstrom Award in 2010; ACM SIGCSE named Felleisen Outstanding Educator of the Year in 2011. Felleisen is a co-author on a number of books, including The Little Schemer, How to Design Programs, and Realm of Racket.
This talk will centre on developing systems where distributed components interact via asynchronous message passing, and need to follow specific interaction patterns, e.g., ad-hoc application-level protocols, such as POP2.
I will discuss ongoing work towards establishing relationships between protocols and their implementations, focussing on time-sensitive protocols, where interactions are associated to time-constraints. We will look at two (partly-related) formal ways of describing protocols: Timed Session Types and Automata.
Session Types are a powerful and effective technique for program verification; they allow to type-check programs against their communication behaviour, other than on the type of the messages. For Timed Automata, the relationship between protocols and (abstractions of) programs can be expressed as a refinement relation between more and less abstract models, giving concrete guidelines on how to implement timed protocols while preserving the intended behaviour and progress.
I will discuss recent theories, learnings, open challenges, and future directions.
Laura Bocchi Senior Lecturer, University of Kent
I am a Senior Lecturer in Computing at the University of Kent. I am interested on static and dynamic verification of communicating systems based on session types (i.e., types that describe communication behaviours). My latest research is on establishing links between formal models for time-sensitive application-level protocols and programming languages. I am currently Principal Investigator of EPSRC-funded project “Time sensitive protocol design and implementation”, and a WP leader in the EU RISE project 'BehAPI' on behavioural APis.
For people coming from functional languages, you may wonder when you would want to use Rust. Rust has functional patterns and takes ideas from substructural type systems. A combination of functional patterns, the borrow checker, and drop checker enable us to have nice program control flow you'd expect with a functional language and granular control of our system resources. In this talk, we'll explore how Rust empowers programmers to write logically correct and memory safe programs.
J Haigh Software Developer, SimSpace
J is a developer with production experience in Haskell and Rust. They attended the Recurse Center over the winter of 2018-19 where they contributed to a handful of open source projects, including Rustdoc. They think that Rust's type system and welcoming community have enabled them to contribute to the ecosystem more easily.
Category theory provides us the setting and a common language to talk about computation and composition. Its usage pervades and inspires languages such as Haskell and Scala, lending concepts like functors and monads. Still, functional programming is just one of the possible applications of category theory, which may actually vary from physics and chemistry to machine learning and blockchain. So what about a change of perspective? Let's make category theory the subject of our code and actually implement it!
In this talk, we will take a look at how we can define concepts of category theory, using a programming language as Idris, which allows us to properly define all the required laws and properties of the objects in question, and we will see how we can take advantage of them in concrete contexts.
Marco Perone Software Developer, Statebox
I am a mathematician turned into a software developer. Slowly, I became more and more interested in functional programming, category theory and type theory, especially for their role in connecting pure mathematics with computer science and software design. Currently I am collaborating with Statebox to build a visual programming language based on solid mathematical foundations. On a human side, I adore chocolate and collect chocolate wrappers
ZIO is a library for asynchronous and concurrent programming in Scala, which shows the power of pure functional programming to solve business problems. In this hands-on workshop, you'll learn why it's time to upgrade your Future or Akka-based code to ZIO, and how doing so will give you an unprecedented ability to rapidly build asynchronous and concurrent applications that are resilient, testable, type-safe, debuggable, and performant.
John A. De Goes Independent Contractor and Founder, Stealth Startup
A mathematician by training but a software engineer by vocation, John A. De Goes has been professionally writing software for more than 25 years. John has contributed to dozens of open source projects written in functional programming languages, including ZIO, a library for asynchronous and concurrent programming in functional Scala. John has spoken at numerous conferences and currently consults at De Goes Consulting.
Writing tests is so . . . boring. And repetitive. And often, in hindsight, rather ad hoc, and therefore ineffective. We'll learn about property-based testing using ScalaCheck: How it compares to unit testing, when is it better (or worse); learning about different families of invariants and when they are appropriate for your code; how to structure the tests using the main ScalaCheck abstractions, run them, and debug them; and how to test stateful systems. Don't write tests! Write code that will write lots of tests!
Attendees will learn:
Main audience: developers familiar with traditional unit testing who want to learn more powerful techniques.
Adam Rosien Principal Engineer, Inner Product
Adam Rosien is a Principal at Inner Product, focused on building systems using functional programming. He previously helped various startups in many domains develop back-end systems and implement continuous deployment practices, and also spent five years as a developer at Xerox PARC.
Generic Programming is the technique of writing programs that works over a class of arbitrary data types. That is how automatic toJSON and fromJSON are implemented in Haskell, for instance. They work by induction on the datatype they are translating to or from JSON. The variety of ways of writing generic programs can be daunting, each coming with their own pros and cons. In this workshop, I will outline the ins and outs of some libraries. We will look into the trade offs and examples of each approach, including some state-of-the-art techniques. We start the journey with GHC.Generics, go into Generics.SOP, and finish at Generics.MRSOP. We will cover simple examples such as generic serialization well into more complicated ones such as generic unification. These will require us to fiddle with the representation of our types and perform some operations such as annotating a recursive datatype and adding holes to a datatype in a generic fashion, which are useful in practice.
During this workshop I will walk the participants through a number of hands-on generic programming exercises aimed at teaching them a number of useful techniques which show up in practice. I expect the attendees to have some intermediate-level Haskell experience and a working Haskell distribution on their computers.
We will look into three main flavors of generic programming over regular data types and we will talk about more advanced concepts such as GADTs and Mutually Recursive families if time allows.
I will walk the participants through a number of generic algorithms, where they will be implementing a significant part of the algorithms below. The boilerplate code and stack.yaml file will be provided by me. Ideally, I would like to cover:
Getting Started: You need to have stack installed. You can get it here. In order to speed up the setup during the workshop, please clone this repo somewhere and run stack build on the root.
Victor Cacciari Miraldo PhD candidate, Utrecht University
I am a PhD candidate at Utrecht University, for four days a week, where we work on generic structural diffing algorithms and I also work for Oracle Labs, on my fifth weekday, where I develop Blockchain technologies using Haskell. I am very interested in Functional Programming in general. I spend most of my time developing Haskell or Agda. My PhD project relies on state-of-the-art generic programming techniques and most of the time we must develop our own libraries from scratch to cater for it.
SAFE Stack (https://safe-stack.github.io) allows the creation of end-to-end F# web apps. Bootstrap fast using an advanced dotnet template. Use the power of F# to build outstanding client-side logic without even touching JS! Extract common code to reuse between client and server. Deploy to a selected cloud provider using built-in supporting scripts. During this workshop, we'll build up a complete, full-stack TodoMVC (http://todomvc.com/) web application We'll do that by starting from a pre-configured skeleton and progressing through adding new features as we go. To prepare for the workshop please install prerequisites and get the skeleton application running as per instructions: SAFE TodoMVC Workshop
Tomasz Heimowski Software Contractor, Datto
Tomasz is a professional developer whose main areas of interest are F# and Functional Programming in general. As a Senior Software Developer at Datto he applies F# to tackle problems from various areas. In his free time, apart from contributing to OSS projects and learning new tech stuff, he enjoys lifting weights as well as dancing.
This workshop will introduce Mu, a library for building purely functional RPC microservices.
We’ll cover how to define protocols using IDL, build a microservice based on this protocol, and then create a client to communicate with the service using cats-effects behind the scenes.
This workshop will show the actual implementation of Functional Programming throughout an entire project and cover related topics like side-effects management.
The goal of this workshop is to teach attendees how to develop a microservice using Mu and cats-effects.
For this workshop, it is necessary to have installed SBT and Java 8. Furthermore, it's recommended to have basic knowledge of Scala and cats-effects.
Mu Maintainers Pepe Garcia & Adrian Ramirez Maintainers, 47 Degrees
Pepe is a Technical Lead in 47 degrees. He likes cooking, eating, functional programming, traveling, reading, emacs, and the Oxford comma.
Adrian as a Senior Software Engineer at 47 Degrees. He fell in love with functional programming. He really likes to bake cakes and share them with the office.
What if compile time and type level programming in functional programming languages were easy, something you reach for without even thinking about it? What if you could debug type errors with a simple compile time print statement? Write highly flexible systems by being able to introspect into types at compile time? Pre-calculate large portions of your programs for great efficiency?
Typed functional programming is a great and fun way to write resilient software, and as type systems have become more and more expressive in recent years, we are able to program sophisticated and useful properties at the type level for even better compile time safety. Just one problem: It is very difficult, requires advanced knowledge of the type system, the syntax is convoluted, the error messages are impenetrable, and it is nearly impossible to debug.
This talk will dive into why we should steal static introspection from languages like Nim, and D, state-of-the-art imperative programming languages which can solve all these issues, make type systems much more approachable without losing any expressive power, and offer new design possibilities for functional programs.
Aditya Siram ,
I work as a Scala developer by day, but write Haskell, Shen, C, Rust and ATS by candlelight. My latest passion is languages like Rust and ATS that use sophisticated type systems that allow safe memory access and high level abstractions over unboxed data structures.
In this full-day workshop, you have the chance to learn how to design and build applications using Haskell, one of the better-known functional languages. Haskell shines in describing business domains in a pure way, and this purity gives fertile ground for nice abstractions for concurrency. But every application needs to talk to the outer world, hence the need to understand the other, impure, side of the coin.
This workshop is not only useful for those working in Haskell codebases. The same ideas and concepts pop up when using other languages in a pure functional manner, such as Scala with Cats/Scalaz, Kotlin with Arrow, or Swift with Bow.
Contents
The workshop is divided into three parts:
Tickets and more information here
Alejandro Serrano Mena Senior Engineer, 47 Degrees
Almost every step in my professional life has been related to functional programming in one way or another. Currently, I work at 47 Degrees. Before that, I was at Utrecht University, doing research about functional languages, and teaching our students about basic and advanced Haskell. Previously, I was involved in Nublic, a small start-up where we tried to develop the concept of a 'personal cloud'. The project didn't really take off, but we all learnt a lot of Scala. I really enjoy speaking to other about the niceties of functional programming. Some years ago I wrote the book 'Beginning Haskell', and soon I'll be publishing 'The Book of Monads'. I am quite active in technical conferences such as LambdaWorld or LambdaConf, meet-ups in Spain and the Netherlands, apart from more academic conferences about this topic. Preferred pronouns: he/him.
You may have already experienced that Scala allows you to write programs as if you were still using Java. While this has unquestionable benefits in terms of lowering entry barriers to newcomers, it may also cause you to forget that the significant source of power for Scala lies elsewhere, namely, in its support for functional programming.
This workshop will introduce three major functional abstractions that will bring you to the next level of programming maturity: Higher-order functions, type classes, and monadic functions; and, more importantly, it will show you why they matter so much, i.e., how they help you to achieve unprecedented levels of reuse and modularity, while keeping your programs concise and understandable.
Mikel San Vicente Software developer, Habla Computing
Mikel San Vicente is a senior data engineer in Habla Computing, he has worked with Scala and big data for more than 5 years in different fields like finance, marketing, retail, telcos..
ScalaBridge is an organization that is building a more inclusive Scala community with introductory programming workshops for women. You can check the requirements at this Readme and read the code of conduct.