Abbreviations

From HaskellWiki
Revision as of 17:16, 15 February 2009 by Henk-Jan van Tuyl (talk | contribs) (More abbreviations)
Jump to navigation Jump to search

This article is a stub. You can help by expanding it.

An overview of Haskell related abbreviations

Note: if there is an abbreviation you cannot find here, it might be the name of a package, so check the Hackage package list.

ADP Algebraic Dynamic Programming
ADT Abstract Data Type / Algebraic Data Type
AKA Also Known As
ANN Announcement
API Application Programmer Interface
AT Abstract (Data) Type / Associated (Data) Type (see also Associated types with class)
Cabal Common Architecture for Building Applications and Libraries
CAF Constant Applicative Form
CPS Continuation Passing Style
CUFP Commercial Users of Functional Programming
DPH Data Parallel Haskell
DSEL Domain Specific Embedded Language
DSL Domain Specific Language
EDSL Embedded Domain Specific Language
elt Element (of a list/set/...)
FD Functional Dependencies
FFI Foreign Function Interface
FHM Functional Hybrid Modeling
FRP Functional Reactive Programming
FunDeps Functional Dependencies
FTW For The World / For The Win
FWIW For what it's worth
GHC Glasgow Haskell Compiler
HOAS Higher-Order Abstract Syntax (using binding in the host language to represent binding in the embedded language)
HOF Higher Order Functions
HTH Hope This Helps
HUGS Haskell User's Gofer System
ICFP International Conference on Functional Programming
IIRC If I Recall Correctly
IIUC If I Understand Correctly
IMHO In My Humble Opinion
IMO In My Opinion
IRC Internet Relay Chat
LHS Left Hand Side (of a statement)
LLVM Low Level Virtual Machine
MTL Monad Template Library
OP Original Poster (who sent the first e-mail of the current thread)
OT Off Topic
POPL Principles of Programming Languages, Symposium on
RHS Right Hand Side (of a statement)
SQL Structured Query Language
STG machine Spineless Tagless G-machine
STM Software transactional memory
UTF8 Unicode Transformation Format, byte-oriented
YAHT Yet Another Haskell Tutorial
YHC York Haskell Compiler
YMMV Your Milage May Vary