On Friday October 17, this site was moved to a new server, https://mw.hh.se. The original address will continue to work. Whithin a week or two this site will return to the original address. /Peo HH IT-dep
WG211/M18Chiba: Difference between revisions
From WG 2.11
Jump to navigationJump to search
Created page with "''Toward frameworks and libraries with language-like interfaces'' by Shigeru Chiba A library on early days was a collection of reusable subroutines. A modern library is not..." |
(No difference)
|
Latest revision as of 15:25, 28 May 2018
Toward frameworks and libraries with language-like interfaces by Shigeru Chiba
A library on early days was a collection of reusable subroutines. A modern library is not such a simple thing. It is often a framework that provides complex functionalities through a complicated API. An invocation order of library functions often has to follow the library protocol. One approach to overcome this complication is to give a more language-like API to the library and apply existing checking techniques invented for programming languages. In this talk, I will present a few of our research activities related to this approach, known as embedded DSLs.