Skip to content

Instantly share code, notes, and snippets.

@paf31
Last active August 8, 2023 05:53
Star You must be signed in to star a gist
Save paf31/8e9177b20ee920480fbc to your computer and use it in GitHub Desktop.
24 Days of PureScript

This blog post series has moved here.

You might also be interested in the 2016 version.

@dysinger
Copy link

dysinger commented Dec 2, 2014

I can talk about aws-sdk with PS. Maybe sometime in the middle or near the end.

@paf31
Copy link
Author

paf31 commented Dec 2, 2014

@dysinger Yes please!

@drewr
Copy link

drewr commented Dec 7, 2014

πŸ’₯ πŸ‘ πŸ’°πŸ’°πŸ’°πŸ’°πŸ’°

@Fresheyeball
Copy link

πŸ‘ for this article. Its exposing massive goodness.

@kritzcreek
Copy link

Thanks for this brilliant series! πŸ‘

@Fresheyeball
Copy link

Shouldn't

> examplePerson # _type.~ Nice
(Person "John Smith" (Address "123 Fake St." "San Diego") Nice)

be

> examplePerson # _type.~ Nice
(Person "John Smith" (Address "123 Fake St." "Los Angeles" Nice)

???

@paf31
Copy link
Author

paf31 commented Dec 18, 2014

Yes, thanks!

@joneshf
Copy link

joneshf commented Dec 20, 2014

How about a table of contents: https://gist.github.com/joneshf/30bac9a426d18280cdca ?

@paf31
Copy link
Author

paf31 commented Dec 20, 2014

@joneshf, good idea, thanks!

@epost
Copy link

epost commented Dec 25, 2014

Thanks for this awesome series and all of your fantastic work on PureScript. It's all great fun, and immensely useful too. A big thank you to all of the library authors out there as well. Merry Christmas!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment