Monadic Parsers at the Input Boundary

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=6Zv-0ElF0fM



Duration: 41:18
4,790 views
98


When reading a byte stream over the process I/O boundary, the first thing which everyone should do is to parse the byte stream with a monadic parser.

The talk will discuss

Processes and input byte streams.
Monadic parsers. What they are and why they matter.
The design and use of the purescript-parsing library.
How to use monadic parsers instead of regular expressions with the purescript-parsing-replace library.
When not to use monadic parsers.

This talk is intended for an audience who has some familiarity with monads and regular expressions. This talk is inspired and informed by the essay Parse, don’t validate by Alexis King.

PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=LLkbzt4ms6M

****
INTERESTED IN THE STOCK MARKET?
I developed a profitable trading model that generates high probability BUY & SELL signals on S&P500. To learn about it, visit https://yuriymatso.com/sp500-model/







Tags:
functional programming
monads
functions