Skip to content

Commit

Permalink
Merge pull request #112 from JordanMartinez/development
Browse files Browse the repository at this point in the history
Make next minor release: PS-0.12.x-v0.9.3
  • Loading branch information
JordanMartinez committed Oct 25, 2018
2 parents 768dcc3 + 9e60beb commit 1509609
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 00-Getting-Started/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ TODO, but the general idea is:
- https://www.youtube.com/watch?time_continue=22&v=5AtyWgQ3vv0
- type-level programming
- compiles to other backends beside Javascript

See the (WIP) [Purescript version of Real World App](https://github.com/thomashoneyman/purescript-halogen-realworld)

## Establishing Culture

Watch [The Hard Parts of Open Source](https://www.youtube.com/watch?v=o_4EX4dPppA)
10 changes: 9 additions & 1 deletion 31-Design-Patterns/11-Zipper.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ In other words, one needs to be able to do a few things:

## The Solution

This solution is called the `Zipper`. For an explanatino on this concept, see these links:
This solution is called the `Zipper`.

There are libraries the implement this for variuos types. Reading through the code can help you understand it pretty quickly:

| Type | Library |
| - | - |
| `List` | [purescript-pointed-list](https://github.com/paluh/purescript-pointed-list)

For an non-code explanation on this concept, see these links:
- [Haskell Wikibook's explanation](https://en.wikibooks.org/wiki/Haskell/Zippers), which includes pictures to help understand how this idea in general works.
- [The original paper](https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced-fp/docs/huet-zipper.pdf)
- [Learn You a Haskell for Great Good](http://learnyouahaskell.com/zippers)'s explanation
Expand Down
5 changes: 4 additions & 1 deletion 41-Ecosystem/Type-Classes/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ TODO

## Category Theory

- See Bortosz Mileski's [blogs](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/) / [videos](https://www.youtube.com/playlist?list=PLbgaMIhjbmEnaH_LTkxLI7FMa2HsnawM_)
- See Bortosz Mileski's
- (unofficial) [PDF / Hard back of all his blog posts](https://github.com/hmemcpy/milewski-ctfp-pdf)
- [blogs](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/)
- [videos](https://www.youtube.com/playlist?list=PLbgaMIhjbmEnaH_LTkxLI7FMa2HsnawM_)

0 comments on commit 1509609

Please sign in to comment.