Connecting...

Air Atmosphere Blue Blue Sky 314726

Functional Smart Contracts by Manuel Chakravarty

Air Atmosphere Blue Blue Sky 314726

What's the connection between blockchains and functional programming?

Are they a match made in heaven? At Lambda World, Functional Programming Evangelist, Manuel Chakravarty illustrated why they are so well-suited.


Functional Smart Contracts 

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.




This talk was given by Manuel Chakravarty at Lambda World.