Blog articles/Libraries: Difference between revisions
DonStewart (talk | contribs) No edit summary |
DaniilFrumin (talk | contribs) (→‎GHC API: Adding more blog articles/tutorials) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=== GHC API === | |||
* [http://www.bluishcoder.co.nz/2008/11/dynamic-compilation-and-loading-of.html Dynamic Compilation and Loading of Modules in Haskell] | |||
* [http://parenz.wordpress.com/2013/08/17/ghc-api-interpreted-compiled-and-package-modules/ GHC API: Interpreted, compiled and package modules] | |||
* [http://parenz.wordpress.com/2013/07/29/ghc-packagedb/ Adding a package database to the GHC API session] | |||
* [http://parenz.wordpress.com/2013/07/23/on-custom-error-handlers-for-ghc-api/ On custom error handlers for the GHC API] | |||
=== Cabal and libraries === | === Cabal and libraries === | ||
* [http://jabberwocky.eu/2013/10/24/how-to-start-a-new-haskell-project/ How to Start a New Haskell Project] | |||
* [http://www.serpentine.com/blog/2007/02/20/haskell-cabal-now-with-extra-crunchy-rpm-goodness/ Cabal and rpms] | * [http://www.serpentine.com/blog/2007/02/20/haskell-cabal-now-with-extra-crunchy-rpm-goodness/ Cabal and rpms] | ||
* [http://www.serpentine.com/blog/2007/01/05/getting-started-with-installing-third-party-haskell-packages/ Getting started with installing third-party Haskell packages] | * [http://www.serpentine.com/blog/2007/01/05/getting-started-with-installing-third-party-haskell-packages/ Getting started with installing third-party Haskell packages] | ||
* [http:// | * [http://donsbot.wordpress.com/2006/12/12/the-lambda-revolution/ The lambda revolution: how you can help] | ||
* [http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back The lambda revolution, Episode V, the deb strikes back] | * [http://pupeno.com/blog/the-lambda-revolution-episode-v-the-deb-strikes-back/ The lambda revolution, Episode V, the deb strikes back] | ||
* [http://sambangu.blogspot.com/2006/12/questions-on-haskell-style-and Questions on Haskell Style (and Polynomials redux)] | * [http://sambangu.blogspot.com/2006/12/questions-on-haskell-style-and Questions on Haskell Style (and Polynomials redux)] | ||
* [http://gimbo.org.uk/blog/2007/04/27/haskell-packages-gotcha-global-vs-per-user-package-databases/ Using the Haskell package system] | * [http://gimbo.org.uk/blog/2007/04/27/haskell-packages-gotcha-global-vs-per-user-package-databases/ Using the Haskell package system] | ||
* [http://www.brandonwerner.com/2007/06/10/how-to-install-haskell-haddock-on-mac-os-x/ How To Install Haskell Haddock on Mac OS X] | * [http://www.brandonwerner.com/2007/06/10/how-to-install-haskell-haddock-on-mac-os-x/ How To Install Haskell Haddock on Mac OS X] | ||
* [http://www.joachim-breitner.de/blog/archives/156-Haskell-on-the-Command-Line.html Using Haskell from the command line] | * [http://www.joachim-breitner.de/blog/archives/156-Haskell-on-the-Command-Line.html Using Haskell from the command line] | ||
* [http://blog.kfish.org/2007/10/survey-haskell-unicode-support.html Survey: Haskell Unicode support] |
Latest revision as of 09:01, 13 November 2013
GHC API
- Dynamic Compilation and Loading of Modules in Haskell
- GHC API: Interpreted, compiled and package modules
- Adding a package database to the GHC API session
- On custom error handlers for the GHC API
Cabal and libraries
- How to Start a New Haskell Project
- Cabal and rpms
- Getting started with installing third-party Haskell packages
- The lambda revolution: how you can help
- The lambda revolution, Episode V, the deb strikes back
- Questions on Haskell Style (and Polynomials redux)
- Using the Haskell package system
- How To Install Haskell Haddock on Mac OS X
- Using Haskell from the command line
- Survey: Haskell Unicode support