Difference between revisions of "Abbreviations"
From HaskellWiki
(Added a link to API and POPL) |
|||
Line 11: | Line 11: | ||
|- | |- | ||
| API | | API | ||
− | | Application Programmer Interface | + | | [http://en.wikipedia.org/wiki/Application_programming_interface Application Programmer Interface] |
|- | |- | ||
| Cabal | | Cabal | ||
Line 47: | Line 47: | ||
|- | |- | ||
| POPL | | POPL | ||
− | | Principles of Programming Languages, Symposium on | + | | [http://en.wikipedia.org/wiki/POPL Principles of Programming Languages, Symposium on] |
|- | |- | ||
| YHC | | YHC |
Revision as of 23:26, 30 November 2008
This article is a stub. You can help by expanding it.
An overview of common abbreviations
ADT | Abstract Data Type / Algebraic Data Type |
API | Application Programmer Interface |
Cabal | Common Architecture for Building Applications and Libraries |
CUFP | Commercial Users of Functional Programming |
DSEL | Domain Specific Embedded Language |
DSL | Domain Specific Language |
EDSL | Embedded Domain Specific Language |
FFI | Foreign Function Interface |
FRP | Functional Reactive Programming |
GHC | Glasgow Haskell Compiler |
HOAS | Higher-Order Abstract Syntax (using binding in the host language to represent binding in the embedded language) |
ICFP | International Conference on Functional Programming |
IRC | Internet Relay Chat |
POPL | Principles of Programming Languages, Symposium on |
YHC | York Haskell Compiler |