Difference between revisions of "Abbreviations"
From HaskellWiki
(Added PRNG and RNG) |
(Added links and new entries) |
||
Line 3: | Line 3: | ||
== An overview of Haskell related abbreviations == | == 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 [http://hackage.haskell.org/packages/archive/pkg-list.html Hackage package list]. For GHC related abbreviations, see [[GHC/List of abbreviations]]. | |
− | Note: if there is an abbreviation you cannot find here, it might be the name of a package, so check the [http://hackage.haskell.org/packages/archive/pkg-list.html Hackage package list]. | ||
{| | {| | ||
Line 45: | Line 44: | ||
| CAML | | CAML | ||
| A programming language | | A programming language | ||
+ | |- | ||
+ | | CFP | ||
+ | | Call For Papers - request to send material for a symposium | ||
|- | |- | ||
| CPR | | CPR | ||
Line 120: | Line 122: | ||
| ICFP | | ICFP | ||
| [http://www.icfpconference.org/ International Conference on Functional Programming] | | [http://www.icfpconference.org/ International Conference on Functional Programming] | ||
+ | |- | ||
+ | | IFL | ||
+ | | [http://haskell.org/haskellwiki/Conferences#Implementation_of_Functional_Languages_.28IFL.29 Implementation and Application of Functional Languages], symposium | ||
|- | |- | ||
| IIRC | | IIRC | ||
Line 129: | Line 134: | ||
| IMHO | | IMHO | ||
| In My Humble Opinion | | In My Humble Opinion | ||
+ | |- | ||
+ | | IMNSHO | ||
+ | | In My Not So Humble Opinion | ||
|- | |- | ||
| IMO | | IMO | ||
Line 162: | Line 170: | ||
| OT | | OT | ||
| Off-Topic | | Off-Topic | ||
+ | |- | ||
+ | | PADL | ||
+ | | [http://haskell.org/haskellwiki/Conferences#Practical_Aspects_of_Declarative_Languages_.28PADL.29 Practical Aspects of Declarative Languages], symposium | ||
|- | |- | ||
| POPL | | POPL | ||
| [http://en.wikipedia.org/wiki/POPL Principles of Programming Languages, Symposium on] | | [http://en.wikipedia.org/wiki/POPL Principles of Programming Languages, Symposium on] | ||
|- | |- | ||
+ | | POV | ||
+ | | Point Of View | ||
+ | |- | ||
| PRNG | | PRNG | ||
| [http://en.wikipedia.org/wiki/Pseudorandom_number_generator Pseudorandom number generator] | | [http://en.wikipedia.org/wiki/Pseudorandom_number_generator Pseudorandom number generator] | ||
Line 182: | Line 196: | ||
|- | |- | ||
| SML | | SML | ||
− | | | + | | [http://en.wikipedia.org/wiki/Standard_ML Standard ML, a programming language] |
+ | |- | ||
+ | | SMP | ||
+ | | [http://en.wikipedia.org/wiki/Symmetric_multiprocessing Symmetric Multi-Processing] | ||
+ | |- | ||
+ | | SOE | ||
+ | | [http://haskell.org/haskellwiki/Books#Textbooks Haskell School Of Expression] (title of a book) | ||
|- | |- | ||
| SQL | | SQL | ||
Line 188: | Line 208: | ||
|- | |- | ||
| STG machine | | STG machine | ||
− | | [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] | + | | [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] (.ps.gz file) |
|- | |- | ||
| STM | | STM | ||
Line 201: | Line 221: | ||
| TCO | | TCO | ||
| [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimisation] | | [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimisation] | ||
+ | |- | ||
+ | | TF | ||
+ | | Type Families | ||
+ | |- | ||
+ | | TFP | ||
+ | | [http://haskell.org/haskellwiki/Conferences#Trends_in_Functional_Programming_.28TFP.29 Trends in Functional Programming], symposium | ||
|- | |- | ||
| TMR | | TMR |
Revision as of 12:52, 7 January 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.