https://blueberrywren.dev/blog/debruijn-explanation/ #LambdaCalculus #SnoozeFest #SentientTextbook #DeBruijn #TechHumor #ProgrammerLife #HackerNews #ngated
Exploring Simplified Lambda Calculus Notations
https://jevko.github.io/writing/2023-07-20-lambda.html
[N.G. de Bruijn 1972] introduced a way to eliminate names from the syntax of lambda calculus, making it much simpler and “easy to handle in metalingual discussion”.
[J. Tromp 2023] incorporated and expanded upon this idea in his Binary Lambda Calculus (BLC) syntax.
#Exploring #Simplified #Lambda #Calculus #LambdaCalculus #Notations #Summary #deBruijn #syntax #Tromp #Binary #BLC
What's the goto for #GenericProgramming in #PureScript ? The prelude module (https://pursuit.purescript.org/packages/purescript-prelude/6.0.1/docs/Data.Generic.Rep) doesn't seem to have any instances, so I'm guessing it is not much used?
Or, am I really expected to patch prelude for my `Generic Unit _` instance?
Just trying to `show` and `Scope` from `Bound` module. #Scope #Bound #deBruijn