/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.erikschierboom.com
| | cronokirby.com
12.4 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2020/12/haskell-in-haskell-3/
| | blog.drewolson.org
16.9 parsecs away

Travel
| | Delving into the world of pure functional programming caused me to learn about parser combinators. Upon returning to Elixir, I was excited to see that nimble_parsec is a great example of a parser combinator library for the Elixir ecosystem. Parser combinators can be notoriously confusing when first learned. In this post I'll provide a gentle introduction to parser combinators via nimble_parsec. What is a Parser Combinator? Have you ever found yourself writing a regular expression to parse input? I know I have. You finally have the syntax correct and then new requirements get added. Suddenly you need to support optional tokens, lists of values and other complicated types of input. When regular expressions start to break down because of complexity, it's time t...
| | fsharpforfunandprofit.com
14.5 parsecs away

Travel
| | In 250 lines of code
| | tonybaloney.github.io
36.1 parsecs away

Travel
| [AI summary] This blog post discusses the Pyjion project, which integrates the .NET 5 JIT compiler into Python 3.9 to enhance performance by compiling Python code into native machine code at runtime.