Difference between revisions of "Abbreviations"
From HaskellWiki
m |
(More abbreviations) |
||
Line 11: | Line 11: | ||
| ADT | | ADT | ||
| [[Abstract data type | Abstract Data Type]] / [[Algebraic data type | Algebraic Data Type]] | | [[Abstract data type | Abstract Data Type]] / [[Algebraic data type | Algebraic Data Type]] | ||
+ | |- | ||
+ | | AKA | ||
+ | | Also Known As | ||
+ | |- | ||
+ | | ANN | ||
+ | | Announcement | ||
|- | |- | ||
| API | | API | ||
Line 22: | Line 28: | ||
|- | |- | ||
| CAF | | CAF | ||
− | | [[Constant applicative form | Constant Applicative | + | | [[Constant applicative form | Constant Applicative Form]] |
|- | |- | ||
| CPS | | CPS | ||
Line 41: | Line 47: | ||
| EDSL | | EDSL | ||
| [[Embedded domain specific language | Embedded Domain Specific Language]] | | [[Embedded domain specific language | Embedded Domain Specific Language]] | ||
+ | |- | ||
+ | | elt | ||
+ | | Element (of a list/set/...) | ||
|- | |- | ||
| FD | | FD | ||
Line 56: | Line 65: | ||
| FunDeps | | FunDeps | ||
| [[Functional dependencies | Functional Dependencies]] | | [[Functional dependencies | Functional Dependencies]] | ||
+ | |- | ||
+ | | FTW | ||
+ | | [http://en.wiktionary.org/wiki/FTW For The World / For The Win] | ||
|- | |- | ||
| FWIW | | FWIW | ||
Line 68: | Line 80: | ||
| HOF | | HOF | ||
| [[Higher order function | Higher Order Functions]] | | [[Higher order function | Higher Order Functions]] | ||
+ | |- | ||
+ | | HTH | ||
+ | | Hope This Helps | ||
|- | |- | ||
| HUGS | | HUGS | ||
Line 74: | Line 89: | ||
| ICFP | | ICFP | ||
| [http://www.icfpconference.org/ International Conference on Functional Programming] | | [http://www.icfpconference.org/ 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 | | IRC | ||
Line 80: | Line 107: | ||
| LHS | | LHS | ||
| Left Hand Side (of a statement) | | Left Hand Side (of a statement) | ||
+ | |- | ||
+ | | LLVM | ||
+ | | [[LLVM | Low Level Virtual Machine]] | ||
|- | |- | ||
| MTL | | MTL | ||
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad Template Library] | | [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl Monad Template Library] | ||
+ | |- | ||
+ | | OP | ||
+ | | Original Poster (who sent the first e-mail of the current thread) | ||
+ | |- | ||
+ | | OT | ||
+ | | Off Topic | ||
|- | |- | ||
| POPL | | POPL | ||
Line 89: | Line 125: | ||
| RHS | | RHS | ||
| Right Hand Side (of a statement) | | Right Hand Side (of a statement) | ||
+ | |- | ||
+ | | SQL | ||
+ | | [http://en.wikipedia.org/wiki/SQL Structured Query Language] | ||
+ | |- | ||
+ | | STG machine | ||
+ | | [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] | ||
|- | |- | ||
| STM | | STM | ||
Line 101: | Line 143: | ||
| YHC | | YHC | ||
| [[Yhc | York Haskell Compiler]] | | [[Yhc | York Haskell Compiler]] | ||
+ | |- | ||
+ | | YMMV | ||
+ | | [http://en.wiktionary.org/wiki/your_mileage_may_vary Your Milage May Vary] | ||
|- | |- | ||
| | | |
Revision as of 17:16, 15 February 2009
This article is a stub. You can help by expanding it.
Note: if there is an abbreviation you cannot find here, it might be the name of a package, so check the Hackage package list.