|
You are here |
hypirion.com | ||
| | | | |
github.com
|
|
| | | | | Playing around with different Y Combinator implementations - calincru/Y-Combinator | |
| | | | |
text.marvinborner.de
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||