Difference between revisions of "Abbreviations"
From HaskellWiki
(More abbreviations) |
|||
Line 59: | Line 59: | ||
| CUFP | | CUFP | ||
| [http://cufp.galois.com/ Commercial Users of Functional Programming] | | [http://cufp.galois.com/ Commercial Users of Functional Programming] | ||
+ | |- | ||
+ | | DAG | ||
+ | | [http://en.wikipedia.org/wiki/Directed_acyclic_graph Directed acyclic graph] | ||
|- | |- | ||
| DPH | | DPH | ||
Line 149: | Line 152: | ||
| LGPL | | LGPL | ||
| [http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License] | | [http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License] | ||
+ | |- | ||
+ | | LHC | ||
+ | | [http://lhc.seize.it/ Luxureous Haskell Compiler]. LHC is a whole-program optimizing backend for the Glorious Glasgow Haskell Compiler | ||
|- | |- | ||
| LHS | | LHS | ||
Line 155: | Line 161: | ||
| LLVM | | LLVM | ||
| [[LLVM | Low-Level Virtual Machine]] | | [[LLVM | Low-Level Virtual Machine]] | ||
+ | |- | ||
+ | | LYAH | ||
+ | | [http://learnyouahaskell.com/ Learn You a Haskell for Great Good!] | ||
|- | |- | ||
| ML | | ML | ||
Line 161: | Line 170: | ||
| MPTC | | MPTC | ||
| [[Multi-parameter type class | Multi-Parameter Type Class]] | | [[Multi-parameter type class | Multi-Parameter Type Class]] | ||
+ | |- | ||
+ | | MR | ||
+ | | [[Monomorphism Restriction]] | ||
|- | |- | ||
| MTL | | MTL | ||
Line 167: | Line 179: | ||
| NCG | | NCG | ||
| [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/NCG Native Code Generator], a GHC backend | | [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/NCG Native Code Generator], a GHC backend | ||
+ | |- | ||
+ | | NLP | ||
+ | | [http://www.haskell.org/haskellwiki/Applications_and_libraries/Linguistics#Natural_language_processing_and_combinatory_logic Natural Language Processing] | ||
|- | |- | ||
| OCAML | | OCAML | ||
Line 189: | Line 204: | ||
| [http://en.wikipedia.org/wiki/Pseudorandom_number_generator Pseudorandom number generator] | | [http://en.wikipedia.org/wiki/Pseudorandom_number_generator Pseudorandom number generator] | ||
|- | |- | ||
+ | | PVP | ||
+ | | [[Package versioning policy]] | ||
+ | |- | ||
| RHS | | RHS | ||
| Right-Hand Side (of a statement) | | Right-Hand Side (of a statement) | ||
Line 198: | Line 216: | ||
| [http://www.realworldhaskell.org/ Real World Haskell], a book about Haskell | | [http://www.realworldhaskell.org/ Real World Haskell], a book about Haskell | ||
|- | |- | ||
+ | | SAT | ||
+ | | [http://en.wikipedia.org/wiki/Boolean_satisfiability_problem SATisfiability problem] | ||
+ | |- | ||
| SEC | | SEC | ||
| [http://conal.net/blog/posts/semantic-editor-combinators/ Semantic editor combinator] | | [http://conal.net/blog/posts/semantic-editor-combinators/ Semantic editor combinator] | ||
Line 214: | Line 235: | ||
|- | |- | ||
| STG machine | | STG machine | ||
− | | [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] (.ps.gz file) | + | | [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] (the link points to a .ps.gz file) |
|- | |- | ||
| STM | | STM |
Revision as of 20:03, 27 September 2010
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. For GHC related abbreviations, see GHC/List of abbreviations.