Abbreviations
From HaskellWiki
(Difference between revisions)
m |
(More abbreviations) |
||
| Line 15: | Line 15: | ||
| AFAIC | | AFAIC | ||
| As Far As I'm Concerned / As Far As I Can | | As Far As I'm Concerned / As Far As I Can | ||
| + | |- | ||
| + | | AFAICS | ||
| + | | As Far As I Can See | ||
|- | |- | ||
| AFAICT | | AFAICT | ||
| Line 42: | Line 45: | ||
| AT | | AT | ||
| [[Abstract data type | Abstract (Data) Type]] / [http://nattermorphisms.blogspot.com/2008/10/2-minute-intro-to-associated-types-type.html Associated (Data) Type] (see also [http://portal.acm.org/citation.cfm?id=1040306 Associated types with class]) | | [[Abstract data type | Abstract (Data) Type]] / [http://nattermorphisms.blogspot.com/2008/10/2-minute-intro-to-associated-types-type.html Associated (Data) Type] (see also [http://portal.acm.org/citation.cfm?id=1040306 Associated types with class]) | ||
| + | |- | ||
| + | | BE | ||
| + | | [http://en.wikipedia.org/wiki/Endianness Big Endian] | ||
|- | |- | ||
| BSD | | BSD | ||
| Line 75: | Line 81: | ||
| DAG | | DAG | ||
| [http://en.wikipedia.org/wiki/Directed_acyclic_graph Directed acyclic graph] | | [http://en.wikipedia.org/wiki/Directed_acyclic_graph Directed acyclic graph] | ||
| + | |- | ||
| + | | DFA | ||
| + | | [http://en.wikipedia.org/wiki/Deterministic_finite_automaton Deterministic Finite Automaton], [http://en.wikipedia.org/wiki/Data_flow_analysis Data Flow Analysis], [http://en.wikipedia.org/wiki/Differential_fault_analysis Differential Fault Analysis] or [http://en.wikipedia.org/wiki/Dual_Factor_Authentication Dual Factor Authentication] | ||
|- | |- | ||
| DPH | | DPH | ||
| Line 87: | Line 96: | ||
| EDSL | | EDSL | ||
| [[Embedded domain specific language | Embedded Domain-Specific Language]] | | [[Embedded domain specific language | Embedded Domain-Specific Language]] | ||
| + | |- | ||
| + | | EHC | ||
| + | | The [http://www.cs.uu.nl/wiki/bin/view/Ehc/WebHome Essential Haskell Compiler] | ||
|- | |- | ||
| elt | | elt | ||
| Line 105: | Line 117: | ||
| FRP | | FRP | ||
| [[Functional Reactive Programming]] | | [[Functional Reactive Programming]] | ||
| + | |- | ||
| + | | FSF | ||
| + | | [http://www.fsf.org/ Free Software Foundation] | ||
|- | |- | ||
| FTW | | FTW | ||
| Line 123: | Line 138: | ||
| GPL | | GPL | ||
| [http://www.gnu.org/licenses/gpl.html GNU General Public License] | | [http://www.gnu.org/licenses/gpl.html GNU General Public License] | ||
| + | |- | ||
| + | | GPL2 | ||
| + | | [http://www.gnu.org/licenses/gpl2.html GNU General Public License, Version 2] | ||
| + | |- | ||
| + | | GPL3 | ||
| + | | [http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3] | ||
|- | |- | ||
| GSOC | | GSOC | ||
| Line 150: | Line 171: | ||
| HTH | | HTH | ||
| Hope This Helps | | Hope This Helps | ||
| + | |- | ||
| + | | HTML | ||
| + | | [http://en.wikipedia.org/wiki/HTML HyperText Markup Language] | ||
|- | |- | ||
| HUGS | | HUGS | ||
| [[Hugs | Haskell User's Gofer System]] | | [[Hugs | Haskell User's Gofer System]] | ||
| + | |- | ||
| + | | HWN | ||
| + | | [[Haskell Weekly News]] | ||
|- | |- | ||
| I18n | | I18n | ||
| Line 192: | Line 219: | ||
| IRC | | IRC | ||
| [[IRC channel | Internet Relay Chat]] | | [[IRC channel | Internet Relay Chat]] | ||
| + | |- | ||
| + | | ISTR | ||
| + | | I Seem To Recall | ||
|- | |- | ||
| JHC | | JHC | ||
| Line 198: | Line 228: | ||
| JVM | | JVM | ||
| [http://en.wikipedia.org/wiki/Java_Virtual_Machine Java Virtual Machine] | | [http://en.wikipedia.org/wiki/Java_Virtual_Machine Java Virtual Machine] | ||
| + | |- | ||
| + | | LE | ||
| + | | [http://en.wikipedia.org/wiki/Endianness Little Endian] | ||
|- | |- | ||
| LGPL | | LGPL | ||
| Line 203: | Line 236: | ||
|- | |- | ||
| LHC | | LHC | ||
| - | | [http://lhc.seize.it/ | + | | [http://lhc.seize.it/ Luxurious Haskell Compiler]. LHC is a whole-program optimizing backend for the Glorious Glasgow Haskell Compiler |
|- | |- | ||
| LHS | | LHS | ||
| Line 240: | Line 273: | ||
| OCAML | | OCAML | ||
| [http://caml.inria.fr/ Objective Caml] (A programming language) | | [http://caml.inria.fr/ Objective Caml] (A programming language) | ||
| + | |- | ||
| + | | OOM | ||
| + | | Out Of Memory | ||
|- | |- | ||
| OP | | OP | ||
| Line 261: | Line 297: | ||
| PVP | | PVP | ||
| [[Package versioning policy]] | | [[Package versioning policy]] | ||
| + | |- | ||
| + | | RFC | ||
| + | | [http://en.wikipedia.org/wiki/Request_For_Comment Request For Comments] | ||
|- | |- | ||
| RHS | | RHS | ||
| Line 293: | Line 332: | ||
|- | |- | ||
| SO | | SO | ||
| - | | [http://stackoverflow.com/ StackOverflow] | + | | [http://stackoverflow.com/ StackOverflow], a programming question and answer site |
|- | |- | ||
| SOE | | SOE | ||
| Line 317: | Line 356: | ||
|- | |- | ||
| TCO | | TCO | ||
| - | | [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call | + | | [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimization] |
|- | |- | ||
| TF | | TF | ||
| - | | [[Type families]] | + | | [[GHC/Type_families | Type families]] |
|- | |- | ||
| TFP | | TFP | ||
| Line 327: | Line 366: | ||
| TH | | TH | ||
| [[Template Haskell]] | | [[Template Haskell]] | ||
| + | |- | ||
| + | | TIA | ||
| + | | Thanks In Advance | ||
| + | |- | ||
| + | | tl;dr | ||
| + | | Too Long; Didn't Read | ||
| + | |- | ||
| + | | TLDR | ||
| + | | Too Long; Didn't Read | ||
|- | |- | ||
| TMR | | TMR | ||
| Line 339: | Line 387: | ||
| WHNF | | WHNF | ||
| [http://encyclopedia2.thefreedictionary.com/Weak+Head+Normal+Form Weak Head Normal Form] | | [http://encyclopedia2.thefreedictionary.com/Weak+Head+Normal+Form Weak Head Normal Form] | ||
| + | |- | ||
| + | | wrt | ||
| + | | With Respect To, or With Regard To, depending on context | ||
| + | |- | ||
| + | | XML | ||
| + | | [http://en.wikipedia.org/wiki/XML eXtensible Markup Language] | ||
|- | |- | ||
| YAHT | | YAHT | ||
| Line 347: | Line 401: | ||
|- | |- | ||
| YMMV | | YMMV | ||
| - | | [http://en.wiktionary.org/wiki/your_mileage_may_vary Your | + | | [http://en.wiktionary.org/wiki/your_mileage_may_vary Your Mileage May Vary] |
|- | |- | ||
|} | |} | ||
Revision as of 19:32, 7 June 2011
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. For GHC related abbreviations, see GHC/List of abbreviations.
