Explore >> Select a destination


You are here

hypirion.com
| | github.com
6.8 parsecs away

Travel
| | Playing around with different Y Combinator implementations - calincru/Y-Combinator
| | text.marvinborner.de
6.0 parsecs away

Travel
| | This article describes a variadic extension to the default fixed-point combinator namely the Y-combinator. We do this by translating the Scheme code from a paper to bruijn (pure lambda calculus).
| | willhbr.net
7.1 parsecs away

Travel
| | You can use features of tmux to implement a Turing-complete instruction set, allowing you to compile code that runs in tmux by moving windows. I feel like I really have to emphasise this: I'm not running a command-line program in tmux, or using tmux to launch a program. I can get tmux to run real code by switching between windows. Watch a demo of it in action below or on YouTube: This whole mess started when I solved an issue...
| | entropicthoughts.com
21.5 parsecs away

Travel
| [AI summary] The author demonstrates how parser combinators in Haskell outperform regular expressions for parsing structured data by offering better type safety, state management capabilities, and superior performance.