首页 /研究 /Dynamic applications from the ground up
OTHER

Dynamic applications from the ground up

Don Stewart, Manuel M. T. Chakravarty

发表年份
2005
引用次数
9

摘要

Some Lisp programs such as Emacs, but also the Linux kernel (when fully modularised) are mostly dynamic; i.e., apart from a small static core, the significant functionality is dynamically loaded. In this paper, we explore fully dynamic applications in Haskell where the static core is minimal and code is hot swappable. We demonstrate the feasibility of this architecture by two applications: Yi, an extensible editor, and Lambdabot, a plugin-based IRC robot. Benefits of the approach include hot swappable code and sophisticated application configuration and extension via embedded DSLs. We illustrate both benefits in detail at the example of a novel embedded DSL for editor interfaces.

关键词

Computer scienceHaskellProgramming languageDigital subscriber lineLispCode (set theory)Operating systemPlug-inExtensibilityMany core

相关论文

查看 OTHER 分类全部论文