58

Adding an Effect System to OCaml

 5 years ago
source link: https://www.tuicool.com/articles/hit/67Nb63R
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

March 8, 2018

Effective Programming: Adding an Effect System to OCaml

Presented by: Leo White

Type systems designed to track the side-effects of expressions have been around for many years but they have yet to breakthrough into more mainstream programming languages. This talk will focus on on-going work to add an effect system to OCaml.

This effect system is primarily motivated by the desire to keep track of algebraic effects in the OCaml type system. Algebraic effects are an exciting new programming construct for implementing control effects such as concurrency, co-routines and generators. Through the Multicore OCaml project, support for algebraic effects is likely to be included in OCaml in the near future.

However, the effect system also allows for tracking side-effects more generally. It distinguishes impure functions, which perform side-effects, from pure functions, which do not. It also includes a tracked form of exception to support safe and efficient error handling.

This talk will give an overview of the effect system and demonstrate a prototype implementation on some practical examples. Time permitting, I also intend to talk briefly about some of my other work on OCaml, including modular implicits and macros.

y67RJbi.png!web

Leo White

Leo is a member of the Tools and Compilers team at Jane Street, and part of the OCaml compiler development team. He previously worked as a researcher with the OCaml Labs group at Cambridge, and continues to be actively involved with programming language research.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK