2 papers
cs.PL2019
Programming Unikernels in the Large via Functor Driven Development
Gabriel Radanne, Thomas Gazagnaire, Anil Madhavapeddy +5
Compiling applications as unikernels allows them to be tailored to diverse execution environments. Dependency on a monolithic operating system is replaced with linkage against libr…
cs.PL2019
Eliom: A Language for Modular Tierless Web Programming
Gabriel Radanne, Jérôme Vouillon, Vincent Balat
Tierless Web programming languages allow programmers to combine client-side and server-side programming in a single program. Programmers can then define components with both client…