/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

nitely.github.io
| | pbrisbin.com
4.2 parsecs away

Travel
| | While reading Understanding Computation again last night, I was going back through the chapter where Tom Stuart describes deterministic and non-deterministic finite automata. These simple state machines seem like little more than a teaching tool, but he eventually uses them as the implementation for a regular expression matcher. I thought seeing this concrete use for such an abstract idea was interesting and wanted to re-enforce the ideas by implementing such a system myself - with Haskell, of course.
| | blog.notdot.net
3.3 parsecs away

Travel
| |
| | swtch.com
2.1 parsecs away

Travel
| |
| | v8project.blogspot.de
19.2 parsecs away

Travel
| JavaScript regular expressions are getting some new functionality: lookbehind assertions.