<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Belovachap</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Belovachap"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/Belovachap"/>
	<updated>2026-04-07T02:13:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70591</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70591"/>
		<updated>2020-03-13T00:12:29Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Libraries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://www.stackbuilders.com/tutorials/haskell/gui-application/ Creating a GUI application in Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ The Haskell School of Expression: Learning Functional Programming through Multimedia]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Music-Signals-Symphonies/dp/1108416756/ The Haskell School of Music: From Signals to Symphonies]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Libraries =&lt;br /&gt;
&lt;br /&gt;
https://hackage.haskell.org/package/gtk3&lt;br /&gt;
&lt;br /&gt;
https://hackage.haskell.org/package/random-fu&lt;br /&gt;
&lt;br /&gt;
= Papers =&lt;br /&gt;
&lt;br /&gt;
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98]&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70574</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70574"/>
		<updated>2020-03-09T07:41:50Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://www.stackbuilders.com/tutorials/haskell/gui-application/ Creating a GUI application in Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ The Haskell School of Expression: Learning Functional Programming through Multimedia]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Music-Signals-Symphonies/dp/1108416756/ The Haskell School of Music: From Signals to Symphonies]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Libraries =&lt;br /&gt;
&lt;br /&gt;
http://hackage.haskell.org/package/random-extras-0.19/docs/Data-Random-Extras.html&lt;br /&gt;
&lt;br /&gt;
= Papers =&lt;br /&gt;
&lt;br /&gt;
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98]&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell_Hackers&amp;diff=70573</id>
		<title>Haskell Hackers</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell_Hackers&amp;diff=70573"/>
		<updated>2020-03-09T07:40:53Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: Add a link to the Haskell resources page :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Haskell_logo.png|left]]&lt;br /&gt;
&lt;br /&gt;
We assemble to construct software that matters, far from the madding crowd of callbacks, runtime errors and brogrammers. The Noisebrige [[Haskell]] Hackers is a community who learns by doing.&lt;br /&gt;
&lt;br /&gt;
Rather than being a meetup focused on talks, this is a recurring hack night where participants learn by actively programming together. Actions speak louder than words, and we strive to make useful contributions to open source, documentation, or personal experiments while making friends with likeminded developers.&lt;br /&gt;
&lt;br /&gt;
= Next Meeting =&lt;br /&gt;
&lt;br /&gt;
Thursday 9/29/2016.&lt;br /&gt;
&lt;br /&gt;
* 6:00 - Mingle&lt;br /&gt;
* 6:30 - Form a circle, announce what you&#039;d like to work on or learn. Find a partner/group and get to work&lt;br /&gt;
* ??:00 - bye bye&lt;br /&gt;
&lt;br /&gt;
== Possible Hacks ==&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a place to brainstorm prior to the meeting about possible stuff to code.&lt;br /&gt;
&lt;br /&gt;
begriffs:&lt;br /&gt;
  * Fix issues on https://github.com/begriffs/postgrest&lt;br /&gt;
  * Continue with exemplary CI template&lt;br /&gt;
     https://github.com/begriffs/haskell-circle-example&lt;br /&gt;
  * Experiment with writing example parsers for megaparsec&#039;s&lt;br /&gt;
    documentation&lt;br /&gt;
  * Add code examples to Haddock docs for packages lacking examples&lt;br /&gt;
&lt;br /&gt;
epaniagua (e7a):&lt;br /&gt;
  * Write a tagless final embedding of the simply typed lambda calculus, along with a few evaluation&lt;br /&gt;
    functions like printing, beta reduction, and evaluation for primitive operations on primitive&lt;br /&gt;
    types. Implement Hindley-Milnor type inference for terms.&lt;br /&gt;
  * Write a framework for writing proof assistants along the lines of Coq, though perhaps&lt;br /&gt;
    more modest in scope.  To limit scope, maybe focus on the architecture and data structures&lt;br /&gt;
    to be used during proof tree search.&lt;br /&gt;
  * Experiment with packrat parsing or packrat parser generation.&lt;br /&gt;
  * Implement an object language with dependent types, for example dependently typed lambda calculus.&lt;br /&gt;
  * Implement a bijection between inductive types and boolean-valued functions in the spirit&lt;br /&gt;
    of Curry-Howard.&lt;br /&gt;
  * Software for keeping a personal schedule.  Input would be a DAG of tasks and a calendar.&lt;br /&gt;
    Output would be a calendar with time scheduled for construing those tasks if feasible,&lt;br /&gt;
    otherwise an explanation of by how much the dag is overcommitted and perhaps a few schedules&lt;br /&gt;
    for feasible subgraphs.&lt;br /&gt;
  * Actually, even just a good data model for the scheduling problem would be a win.&lt;br /&gt;
  * Work through Write Yourself a Scheme in 48h tutorial&lt;br /&gt;
    (https://en.m.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours).&lt;br /&gt;
  * Write a gRPC server in Haskell.  There are a few libraries, but I haven&#039;t tried any of them yet.&lt;br /&gt;
&lt;br /&gt;
victordenisov:&lt;br /&gt;
  * Mongodb driver&lt;br /&gt;
  * Scope highlighter for editors&lt;br /&gt;
&lt;br /&gt;
cdsmith:&lt;br /&gt;
  * CodeWorld (https://github.com/google/codeworld)&lt;br /&gt;
&lt;br /&gt;
jefdaj:&lt;br /&gt;
  * A program for aggregating lots of small, simple lists and/or spreadsheets into an RDF&lt;br /&gt;
    knowledgebase, then querying it with SPARQL. I&#039;ve been brainstorming how it would&lt;br /&gt;
    manage stuff in a biology lab (cell lines, freezer boxes, gene sequences, experimental&lt;br /&gt;
    measurements, etc), but the idea is fairly general. [https://tarql.github.io/ Tarql]&lt;br /&gt;
    already translates tables to RDF, and [https://jena.apache.org/documentation/query/cmds.html Arq]&lt;br /&gt;
    already does queries, so this would mostly be about figuring out&lt;br /&gt;
    the overall data model--how to encode everything it needs in simple text files without&lt;br /&gt;
    too much confusing &amp;quot;magic&amp;quot;?&lt;br /&gt;
  * Would also be interested in learning about tagless-final (but at a pretty basic level!),&lt;br /&gt;
    or working on the personal schedule DAG model.&lt;br /&gt;
&lt;br /&gt;
radoye:&lt;br /&gt;
  * learn/understand the relationship between Free / FreeER / TTF &lt;br /&gt;
  &lt;br /&gt;
alanvx:&lt;br /&gt;
  * learning Yesod&lt;br /&gt;
&lt;br /&gt;
isovector:&lt;br /&gt;
  * a template haskell function to generate vacuous instances of type classes for uninhabited types&lt;br /&gt;
&lt;br /&gt;
[add your ideas]:&lt;br /&gt;
  * foo&lt;br /&gt;
  * bar&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70568</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70568"/>
		<updated>2020-03-08T15:54:06Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ The Haskell School of Expression: Learning Functional Programming through Multimedia]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Music-Signals-Symphonies/dp/1108416756/ The Haskell School of Music: From Signals to Symphonies]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Libraries =&lt;br /&gt;
&lt;br /&gt;
http://hackage.haskell.org/package/random-extras-0.19/docs/Data-Random-Extras.html&lt;br /&gt;
&lt;br /&gt;
= Papers =&lt;br /&gt;
&lt;br /&gt;
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98]&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70565</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70565"/>
		<updated>2020-03-07T17:07:54Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Expression-Functional-Programming/dp/0521644089/ The Haskell School of Expression: Learning Functional Programming through Multimedia]&lt;br /&gt;
&lt;br /&gt;
[https://www.amazon.com/Haskell-School-Music-Signals-Symphonies/dp/1108416756/ The Haskell School of Music: From Signals to Symphonies]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Papers =&lt;br /&gt;
&lt;br /&gt;
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98]&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70563</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70563"/>
		<updated>2020-03-05T23:56:40Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Papers =&lt;br /&gt;
&lt;br /&gt;
[https://www.haskell.org/tutorial/haskell-98-tutorial.pdf A Gentle Introduction to Haskell 98]&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70562</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70562"/>
		<updated>2020-03-05T23:29:16Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
[https://dev.to/awwsmm/relearn-you-a-haskell-part-1-the-basics-i9l Relearn You a Haskell]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70561</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70561"/>
		<updated>2020-03-05T22:51:46Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
[http://neilmitchell.blogspot.com/2020/03/how-to-get-haskell-job.html How to get a Haskell job]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70560</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70560"/>
		<updated>2020-03-05T22:21:08Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Articles =&lt;br /&gt;
&lt;br /&gt;
[https://svejcar.dev/posts/2019/09/23/haskell-on-raspberry-pi-4/ Haskell on Raspberry PI 4]&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70559</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70559"/>
		<updated>2020-03-05T19:23:11Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
= Books = &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
= Code =&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
= Videos =&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
= Websites =&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70558</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70558"/>
		<updated>2020-03-05T19:21:42Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/ghcjs/ghcjs&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70557</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70557"/>
		<updated>2020-03-05T19:13:43Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack]&lt;br /&gt;
&lt;br /&gt;
[https://shakebuild.com/ Shake Build System]&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70556</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70556"/>
		<updated>2020-03-05T19:07:04Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/acid-state/safecopy&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70555</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70555"/>
		<updated>2020-03-05T18:59:45Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
&lt;br /&gt;
https://github.com/snoyberg/conduit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70554</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70554"/>
		<updated>2020-03-05T18:28:34Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Videos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=hZgW4mT1PkE 5 Years of Haskell in Production]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70553</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70553"/>
		<updated>2020-03-05T18:14:41Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=02_H3LjqMr8 Haskell Tutorial: Learn Haskell in One Video]&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70549</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70549"/>
		<updated>2020-03-04T23:48:48Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
== Websites ==&lt;br /&gt;
&lt;br /&gt;
[https://mmhaskell.com/ Monday Morning Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://euterpea.com/ Euterpea: A Haskell library for music creation]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70548</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70548"/>
		<updated>2020-03-04T23:44:19Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: /* Videos about Haskell */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books about Haskell == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos about Haskell ==&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=UVcXNhgVr9o Pattern-Based Algorithmic Music with Euterpea]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70389</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70389"/>
		<updated>2019-12-19T19:59:57Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: Add Haskell Stack tool.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
[https://docs.haskellstack.org/ Haskell Stack] is a great tool for managing your project. The [https://docs.haskellstack.org/en/stable/GUIDE/ User Guide] in particular is a good walk-through.&lt;br /&gt;
&lt;br /&gt;
== Books about Haskell == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos about Haskell ==&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70378</id>
		<title>Haskell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Haskell&amp;diff=70378"/>
		<updated>2019-12-10T19:31:14Z</updated>

		<summary type="html">&lt;p&gt;Belovachap: Adding a couple of free online books to the list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a collection of resources for people to learn about [http://haskell.org/ Haskell].&lt;br /&gt;
&lt;br /&gt;
== Books about Haskell == &lt;br /&gt;
&lt;br /&gt;
[http://book.realworldhaskell.org/read/ Real World Haskell]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/ Haskell The Craft of Functional Programming] is a good intro to functional programming using Haskell.  [[User:jbm|jbm]] has a copy he might be willing to let you flip through to see if you want to invest in a copy for yourself.&lt;br /&gt;
&lt;br /&gt;
[http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]&lt;br /&gt;
&lt;br /&gt;
[https://books.thoughtbot.com/assets/maybe-haskell.pdf Maybe Haskell]&lt;br /&gt;
&lt;br /&gt;
== Videos about Haskell ==&lt;br /&gt;
&lt;br /&gt;
http://video.s-inf.de/#FP.2005-SS-Giesl.(COt).HD_Videoaufzeichnung&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming languages]]&lt;/div&gt;</summary>
		<author><name>Belovachap</name></author>
	</entry>
</feed>