Difference between revisions of "Abbreviations"

From HaskellWiki
Jump to navigation Jump to search
(And even more abbreviations...)
(Updated links)
(15 intermediate revisions by 3 users not shown)
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 26: Line 29:
 
|-
 
|-
 
| AFRP
 
| AFRP
| [[Yampa | Arrows-based Functional Reactive Programming]], also known as Yampa
+
| [[Arrows-based Functional Reactive Programming]]
 
|-
 
|-
 
| AKA
 
| AKA
 
| Also Known As
 
| Also Known As
  +
|-
  +
| alist
  +
| Association list, a list of key-value pairs, [(key, value)]
 
|-
 
|-
 
| ANN
 
| ANN
  +
| ANNouncement / [http://en.wikipedia.org/wiki/Artificial_neural_network Artificial Neural Network]
| Announcement
 
 
|-
 
|-
 
| API
 
| API
| [http://en.wikipedia.org/wiki/Application_programming_interface Application Programmer Interface]
+
| [http://en.wikipedia.org/wiki/Application_programming_interface Application Programming Interface]
 
|-
 
|-
 
| aPToP
 
| aPToP
 
| [http://www.cs.toronto.edu/~hehner/aPToP/ A practical theory of programming]
 
| [http://www.cs.toronto.edu/~hehner/aPToP/ A practical theory of programming]
  +
|-
  +
| ASAP
  +
| As Soon As Possible
 
|-
 
|-
 
| 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://www.cse.unsw.edu.au/~chak/papers/CKPM05.html Associated types with class])
  +
|-
  +
| BE
  +
| [http://en.wikipedia.org/wiki/Endianness Big Endian]
 
|-
 
|-
 
| BSD
 
| BSD
Line 75: Line 87:
 
| 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
| [[Data Parallel Haskell]]
+
| [[GHC/Data Parallel Haskell | Data Parallel Haskell]]
  +
|-
  +
| DRY
  +
| [http://en.wikipedia.org/wiki/Don't_repeat_yourself Don't repeat yourself]
 
|-
 
|-
 
| DSEL
 
| DSEL
Line 87: Line 105:
 
| 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 92: Line 113:
 
|-
 
|-
 
| FAQ
 
| FAQ
| Frequently Asked Questions
+
| [[:Category:FAQ | Frequently Asked Questions]]
 
|-
 
|-
 
| FD
 
| FD
Line 101: Line 122:
 
|-
 
|-
 
| FHM
 
| FHM
| [http://www.cs.nott.ac.uk/~ggg/ Functional Hybrid Modeling]
+
| [http://db.inf.uni-tuebingen.de/team/alumni/giorgidze Functional Hybrid Modeling]
  +
|-
  +
| FPL
  +
| [http://www.haskell.org Functional Programming Language]
 
|-
 
|-
 
| FRP
 
| FRP
 
| [[Functional Reactive Programming]]
 
| [[Functional Reactive Programming]]
 
|-
 
|-
| FunDeps
+
| FSF
  +
| [http://www.fsf.org/ Free Software Foundation]
| [[Functional dependencies | Functional Dependencies]]
 
 
|-
 
|-
 
| FTW
 
| FTW
 
| [http://en.wiktionary.org/wiki/FTW For The World / For The Win]
 
| [http://en.wiktionary.org/wiki/FTW For The World / For The Win]
  +
|-
  +
| FunDeps
  +
| [[Functional dependencies | Functional Dependencies]]
 
|-
 
|-
 
| FWIW
 
| FWIW
Line 119: Line 146:
 
|-
 
|-
 
| GHC
 
| GHC
| [http://haskell.org/ghc/ Glasgow Haskell Compiler]
+
| [http://www.haskell.org/ghc/ Glasgow Haskell Compiler]
 
|-
 
|-
 
| 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 131: Line 164:
 
|-
 
|-
 
| HaLVM
 
| HaLVM
| [http://halvm.org/wiki/ Haskell Lightweight Virtual Machine]
+
| [https://github.com/GaloisInc/HaLVM Haskell Lightweight Virtual Machine]
 
|-
 
|-
 
| HBC
 
| HBC
| [http://haskell.org/haskellwiki/Implementations#HBI_and_HBC.2C_Chalmers.27_Haskell_Interpreter_and_Compiler Haskell-B Compiler]
+
| [http://www.haskell.org/haskellwiki/Implementations#HBI_and_HBC.2C_Chalmers.27_Haskell_Interpreter_and_Compiler Haskell-B Compiler]
 
|-
 
|-
 
| HBI
 
| HBI
| [http://haskell.org/haskellwiki/Implementations#HBI_and_HBC.2C_Chalmers.27_Haskell_Interpreter_and_Compiler Haskell-B Interpreter]
+
| [http://www.haskell.org/haskellwiki/Implementations#HBI_and_HBC.2C_Chalmers.27_Haskell_Interpreter_and_Compiler Haskell-B Interpreter]
 
|-
 
|-
 
| HCAR
 
| HCAR
 
| [http://www.haskell.org/haskellwiki/Haskell_Communities_and_Activities_Report Haskell Communities and Activities Report]
 
| [http://www.haskell.org/haskellwiki/Haskell_Communities_and_Activities_Report Haskell Communities and Activities Report]
  +
|-
  +
| HNF
  +
| [http://encyclopedia2.thefreedictionary.com/head+normal+form Head Normal Form]
 
|-
 
|-
 
| HOAS
 
| HOAS
Line 147: Line 183:
 
| HOF
 
| HOF
 
| [[Higher order function | Higher-Order Functions]]
 
| [[Higher order function | Higher-Order Functions]]
  +
|-
  +
| HPC
  +
| [[Haskell program coverage | Haskell Program Coverage]], a tool-kit to record and display Haskell program coverage
  +
|-
  +
| HSE
  +
| [http://hackage.haskell.org/package/haskell-src-exts Haskell-Source with Extensions] (a package on Hackage, haskell-src-exts); an extension of the standard haskell-src package
 
|-
 
|-
 
| 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 164: Line 212:
 
|-
 
|-
 
| IFL
 
| IFL
| [http://haskell.org/haskellwiki/Conferences#Implementation_of_Functional_Languages_.28IFL.29 Implementation and Application of Functional Languages], symposium
+
| [http://www.haskell.org/haskellwiki/Conferences#Implementation_of_Functional_Languages_.28IFL.29 Implementation and Application of Functional Languages], symposium
  +
|-
  +
| IHG
  +
| [http://industry.haskell.org/ Industrial Haskell Group]
 
|-
 
|-
 
| IIRC
 
| IIRC
 
| If I Recall Correctly
 
| If I Recall Correctly
  +
|-
  +
| IIUIC
  +
| If I Understand It Correctly
 
|-
 
|-
 
| IIUC
 
| IIUC
Line 192: Line 246:
 
| IRC
 
| IRC
 
| [[IRC channel | Internet Relay Chat]]
 
| [[IRC channel | Internet Relay Chat]]
  +
|-
  +
| ISTR
  +
| I Seem To Recall
  +
|-
  +
| JFYI
  +
| Just For Your Information
 
|-
 
|-
 
| JHC
 
| JHC
Line 198: Line 258:
 
| 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 266:
 
|-
 
|-
 
| LHC
 
| LHC
| [http://lhc.seize.it/ Luxureous Haskell Compiler]. LHC is a whole-program optimizing backend for the Glorious Glasgow Haskell Compiler
+
| [http://lhc.seize.it/ Luxurious Haskell Compiler]. LHC is a whole-program optimizing backend for the Glorious Glasgow Haskell Compiler
 
|-
 
|-
 
| LHS
 
| LHS
Line 215: Line 278:
 
|-
 
|-
 
| LYAH
 
| LYAH
  +
| [http://learnyouahaskell.com/ Learn You a Haskell for Great Good!]
  +
|-
  +
| LYAHFGG
 
| [http://learnyouahaskell.com/ Learn You a Haskell for Great Good!]
 
| [http://learnyouahaskell.com/ Learn You a Haskell for Great Good!]
 
|-
 
|-
 
| ML
 
| ML
| A programming language / Mailing list
+
| A [http://en.wikipedia.org/wiki/ML_(programming_language) programming language] / Mailing List / Machine Learning
  +
|-
  +
| MMR
  +
| [[Monomorphism Restriction | MonoMorphism Restriction]]
 
|-
 
|-
 
| MPTC
 
| MPTC
Line 230: Line 299:
 
|-
 
|-
 
| NCG
 
| NCG
| [http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/NCG Native Code Generator], a GHC backend
+
| [http://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/NCG Native Code Generator], a GHC backend
  +
|-
  +
| NF
  +
| [http://encyclopedia2.thefreedictionary.com/Normal+Form Normal Form], in addition to the [http://en.wikipedia.org/wiki/Normal_form explanations in the Wikipedia article], a fully evaluated expression
 
|-
 
|-
 
| nhc98
 
| nhc98
Line 240: Line 312:
 
| 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
| Original Poster (who sent the first e-mail of the current thread)
+
| Original Poster (who sent the first e-mail of the current thread) or Original Post (the first e-mail of the current thread)
 
|-
 
|-
 
| OT
 
| OT
Line 248: Line 323:
 
|-
 
|-
 
| PADL
 
| PADL
| [http://haskell.org/haskellwiki/Conferences#Practical_Aspects_of_Declarative_Languages_.28PADL.29 Practical Aspects of Declarative Languages], symposium
+
| [http://www.haskell.org/haskellwiki/Conferences#Practical_Aspects_of_Declarative_Languages_.28PADL.29 Practical Aspects of Declarative Languages], symposium
  +
|-
  +
| PM
  +
| Personal Message, a message to someone on a message board, that no one else can read
 
|-
 
|-
 
| POPL
 
| POPL
Line 255: Line 333:
 
| POV
 
| POV
 
| Point Of View
 
| Point Of View
  +
|-
  +
| ppl
  +
| People
 
|-
 
|-
 
| PRNG
 
| PRNG
Line 261: Line 342:
 
| PVP
 
| PVP
 
| [[Package versioning policy]]
 
| [[Package versioning policy]]
  +
|-
  +
| RDP
  +
| [http://awelonblue.wordpress.com/2011/05/21/comparing-frp-to-rdp/ Reactive Demand Programming]
  +
|-
  +
| RFC
  +
| [http://en.wikipedia.org/wiki/Request_For_Comment Request For Comments]
 
|-
 
|-
 
| RHS
 
| RHS
Line 275: Line 362:
 
|-
 
|-
 
| SEC
 
| SEC
| [http://conal.net/blog/posts/semantic-editor-combinators/ Semantic editor combinator]
+
| [http://conal.net/blog/posts/semantic-editor-combinators Semantic editor combinator]
 
|-
 
|-
 
| SHE
 
| SHE
Line 293: Line 380:
 
|-
 
|-
 
| SO
 
| SO
| [http://stackoverflow.com/ StackOverflow] (website)
+
| [http://stackoverflow.com/ StackOverflow], a programming question and answer site
 
|-
 
|-
 
| SOE
 
| SOE
| [http://haskell.org/haskellwiki/Books#Textbooks Haskell School Of Expression] (title of a book)
+
| [http://www.haskell.org/haskellwiki/Books#Textbooks Haskell School Of Expression] (title of a book)
  +
|-
  +
| SORF
  +
| [http://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields Simple Overloaded Record Fields]
  +
|-
  +
| SPJ
  +
| [http://research.microsoft.com/en-us/people/simonpj/ Simon Peyton Jones]
  +
|-
  +
| SPOJ
  +
| [http://www.spoj.com/ Sphere Online Judge] an online judge system with over 9000 problems. The solution to problems can be submitted in over 40 languages, including Haskell
 
|-
 
|-
 
| SQL
 
| SQL
Line 302: Line 398:
 
|-
 
|-
 
| STG machine
 
| STG machine
| [http://research.microsoft.com/users/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] (the link points to a .ps.gz file)
+
| [http://research.microsoft.com/en-us/um/people/simonpj/papers/spineless-tagless-gmachine.ps.gz Spineless Tagless G-machine] (the link points to a .ps.gz file)
  +
|-
  +
| STLC
  +
| [http://en.wikipedia.org/wiki/Simply_typed_lambda_calculus Simply Typed Lambda Calculus]
 
|-
 
|-
 
| STM
 
| STM
Line 314: Line 413:
 
|-
 
|-
 
| TCM
 
| TCM
| [http://conal.net/blog/tag/type-class-morphism/ Type Class Morphism]
+
| [http://conal.net/blog/tag/type-class-morphism Type Class Morphism]
 
|-
 
|-
 
| TCO
 
| TCO
| [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimisation]
+
| [http://en.wikipedia.org/wiki/Tail_call_optimization Tail-Call Optimization]
  +
|-
  +
| TDNR
  +
| [http://ghc.haskell.org/trac/haskell-prime/wiki/TypeDirectedNameResolution Type Directed Name Resolution]
 
|-
 
|-
 
| TF
 
| TF
| [[Type families]]
+
| [[GHC/Type_families | Type families]]
 
|-
 
|-
 
| TFP
 
| TFP
| [http://haskell.org/haskellwiki/Conferences#Trends_in_Functional_Programming_.28TFP.29 Trends in Functional Programming], symposium
+
| [http://www.haskell.org/haskellwiki/Conferences#Trends_in_Functional_Programming_.28TFP.29 Trends in Functional Programming], symposium
 
|-
 
|-
 
| TH
 
| TH
 
| [[Template Haskell]]
 
| [[Template Haskell]]
  +
|-
  +
| TIA
  +
| Thanks In Advance
  +
|-
  +
| TIL
  +
| Today I Learned
  +
|-
  +
| tl;dr
  +
| Too Long; Didn't Read
  +
|-
  +
| TLDR
  +
| Too Long; Didn't Read
  +
|-
  +
| TMI
  +
| Too Much Information
 
|-
 
|-
 
| TMR
 
| TMR
 
| [[The Monad.Reader]]
 
| [[The Monad.Reader]]
  +
|-
  +
| TTBOMK
  +
| To the best of my knowledge
 
|-
 
|-
 
| UHC
 
| UHC
Line 336: Line 456:
 
| UTF8
 
| UTF8
 
| [http://unicode.org/faq/utf_bom.html#UTF8 Unicode Transformation Format, byte-oriented]
 
| [http://unicode.org/faq/utf_bom.html#UTF8 Unicode Transformation Format, byte-oriented]
  +
|-
  +
| VCS
  +
| [http://en.wikipedia.org/wiki/Version_Control_System Version Control System]
  +
|-
  +
| VPS
  +
| [http://en.wikipedia.org/wiki/Virtual_Private_Server Virtual Private Server], a virtual machine for hosting a website
 
|-
 
|-
 
| WHNF
 
| WHNF
| [http://encyclopedia2.thefreedictionary.com/Weak+Head+Normal+Form Weak Head Normal Form]
+
| [[Weak head normal form | Weak Head Normal Form]]
  +
|-
  +
| wrt
  +
| With Respect To, or With Regard To
  +
|-
  +
| XML
  +
| [http://en.wikipedia.org/wiki/XML eXtensible Markup Language]
 
|-
 
|-
 
| YAHT
 
| YAHT
Line 347: Line 479:
 
|-
 
|-
 
| YMMV
 
| YMMV
| [http://en.wiktionary.org/wiki/your_mileage_may_vary Your Milage May Vary]
+
| [http://en.wiktionary.org/wiki/your_mileage_may_vary Your Mileage May Vary]
 
|-
 
|-
 
|}
 
|}

Revision as of 06:55, 14 July 2013

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.

ABI Application Binary Interface
ADP Algebraic Dynamic Programming
ADT Abstract Data Type / Algebraic Data Type
AFAIC As Far As I'm Concerned / As Far As I Can
AFAICS As Far As I Can See
AFAICT As Far As I Can Tell
AFAIK As Far As I Know
AFAIU As Far As I Understand
AFRP Arrows-based Functional Reactive Programming
AKA Also Known As
alist Association list, a list of key-value pairs, [(key, value)]
ANN ANNouncement / Artificial Neural Network
API Application Programming Interface
aPToP A practical theory of programming
ASAP As Soon As Possible
AT Abstract (Data) Type / Associated (Data) Type (see also Associated types with class)
BE Big Endian
BSD Berkeley Software Distributions (license)
Cabal Common Architecture for Building Applications and Libraries
CAF Constant Applicative Form
CAML A programming language
CFG Context-Free Grammar
CFP Call For Papers - request to send material for a symposium
CPR Constructed Product Result (analysis)
CPS Continuation-Passing Style
CSE Common subexpression elimination
CUFP Commercial Users of Functional Programming
DAG Directed acyclic graph
DFA Deterministic Finite Automaton, Data Flow Analysis, Differential Fault Analysis or Dual Factor Authentication
DPH Data Parallel Haskell
DRY Don't repeat yourself
DSEL Domain-Specific Embedded Language
DSL Domain-Specific Language
EDSL Embedded Domain-Specific Language
EHC The Essential Haskell Compiler
elt Element (of a list/set/...)
FAQ Frequently Asked Questions
FD Functional Dependencies
FFI Foreign Function Interface
FHM Functional Hybrid Modeling
FPL Functional Programming Language
FRP Functional Reactive Programming
FSF Free Software Foundation
FTW For The World / For The Win
FunDeps Functional Dependencies
FWIW For what it's worth
GCC GNU C Compiler
GHC Glasgow Haskell Compiler
GPL GNU General Public License
GPL2 GNU General Public License, Version 2
GPL3 GNU General Public License, Version 3
GSOC Google Summer of Code
GUI Graphical User Interface
HaLVM Haskell Lightweight Virtual Machine
HBC Haskell-B Compiler
HBI Haskell-B Interpreter
HCAR Haskell Communities and Activities Report
HNF Head Normal Form
HOAS Higher-Order Abstract Syntax (using binding in the host language to represent binding in the embedded language)
HOF Higher-Order Functions
HPC Haskell Program Coverage, a tool-kit to record and display Haskell program coverage
HSE Haskell-Source with Extensions (a package on Hackage, haskell-src-exts); an extension of the standard haskell-src package
HTH Hope This Helps
HTML HyperText Markup Language
HUGS Haskell User's Gofer System
HWN Haskell Weekly News
I18n Internationalization / Internationalisation (which shows why the abbreviation is useful)
IANAL I Am Not A Lawyer
ICFP International Conference on Functional Programming
IFL Implementation and Application of Functional Languages, symposium
IHG Industrial Haskell Group
IIRC If I Recall Correctly
IIUIC If I Understand It Correctly
IIUC If I Understand Correctly
IME In My Experience
IMHO In My Humble Opinion
IMNSHO In My Not So Humble Opinion
IMO In My Opinion
IOW In Other Words
IR Intermediate Representation in a two-phase compiler
IRC Internet Relay Chat
ISTR I Seem To Recall
JFYI Just For Your Information
JHC John's Haskell Compiler. Compiles to efficient C programs via whole program analysis and other optimizations.
JVM Java Virtual Machine
LE Little Endian
LGPL GNU Lesser General Public License
LHC Luxurious Haskell Compiler. LHC is a whole-program optimizing backend for the Glorious Glasgow Haskell Compiler
LHS Left-Hand Side (of a statement)
LLVM Low-Level Virtual Machine
LtU Lambda the Ultimate (Website)
LYAH Learn You a Haskell for Great Good!
LYAHFGG Learn You a Haskell for Great Good!
ML A programming language / Mailing List / Machine Learning
MMR MonoMorphism Restriction
MPTC Multi-Parameter Type Class
MR Monomorphism Restriction
MTL Monad Transformer Library
NCG Native Code Generator, a GHC backend
NF Normal Form, in addition to the explanations in the Wikipedia article, a fully evaluated expression
nhc98 Nearly a Haskell Compiler
NLP Natural Language Processing
OCAML Objective Caml (A programming language)
OOM Out Of Memory
OP Original Poster (who sent the first e-mail of the current thread) or Original Post (the first e-mail of the current thread)
OT Off-Topic
PADL Practical Aspects of Declarative Languages, symposium
PM Personal Message, a message to someone on a message board, that no one else can read
POPL Principles of Programming Languages, Symposium on
POV Point Of View
ppl People
PRNG Pseudorandom number generator
PVP Package versioning policy
RDP Reactive Demand Programming
RFC Request For Comments
RHS Right-Hand Side (of a statement)
RNG Random number generator
RWH Real World Haskell, a book about Haskell
SAT SATisfiability problem
SEC Semantic editor combinator
SHE Strathclyde Haskell Enhancement is an experimental preprocessor for the Glasgow Haskell Compiler
SICP Structure and Interpretation of Computer Programs
SML Standard ML, a programming language
SMP Symmetric Multi-Processing
SMT Satisfiability Modulo Theories
SO StackOverflow, a programming question and answer site
SOE Haskell School Of Expression (title of a book)
SORF Simple Overloaded Record Fields
SPJ Simon Peyton Jones
SPOJ Sphere Online Judge an online judge system with over 9000 problems. The solution to problems can be submitted in over 40 languages, including Haskell
SQL Structured Query Language
STG machine Spineless Tagless G-machine (the link points to a .ps.gz file)
STLC Simply Typed Lambda Calculus
STM Software transactional memory
SYB Scrap Your Boilerplate
TaPL Types and Programming Languages (book)
TCM Type Class Morphism
TCO Tail-Call Optimization
TDNR Type Directed Name Resolution
TF Type families
TFP Trends in Functional Programming, symposium
TH Template Haskell
TIA Thanks In Advance
TIL Today I Learned
tl;dr Too Long; Didn't Read
TLDR Too Long; Didn't Read
TMI Too Much Information
TMR The Monad.Reader
TTBOMK To the best of my knowledge
UHC Utrecht Haskell Compiler
UTF8 Unicode Transformation Format, byte-oriented
VCS Version Control System
VPS Virtual Private Server, a virtual machine for hosting a website
WHNF Weak Head Normal Form
wrt With Respect To, or With Regard To
XML eXtensible Markup Language
YAHT Yet Another Haskell Tutorial
YHC York Haskell Compiler
YMMV Your Mileage May Vary