Tierless Web programming in ML

I’m happy to announce that I successfully defended my PhD Thesis, titled “Tierless Web programming in ML”!

My thesis describes the formalization and the implementation of Eliom, an extension of OCaml for tierless Web programming, as part of the ocsigen project. You can find all the details here, along with the thesis and the slides. I have copied the abstract below.


Eliom is a dialect of OCaml for Web programming in which server and client pieces of code can be mixed in the same file using syntactic annotations. This allows to build a whole application as a single distributed program, in which it is possible to define in a composable way reusable widgets with both server and client behaviors.

Eliom is type-safe, as it ensures that communications are well-behaved through novel language constructs that match the specificity of Web programming. Eliom is also efficient, it provides static slicing which separates client and server parts at compile time and avoids back-and-forth communications between the client and the server. Finally, Eliom supports modularity and encapsulation thanks to an extension of the OCaml module system featuring tierless annotations that specify whether some definitions should be on the server, on the client, or both.

This thesis presents the design, the formalization and the implementation of the Eliom language.

28 Likes

Yay! Are you planning on doing more work on Eliom now?

Congratulations, Dr. Radanne!

1 Like

Maybe, we will see. :stuck_out_tongue:
I will take a small break from web-related things for now, at least. Although I have some papers to publish on the topic and I’m still maintainer of tyxml. :slight_smile:

3 Likes