-
Hi!
I'd like to suggest to use recursion schemes for AST transformations.
It greatly simplifies transformations code and reduces noise. E.g. only the domain relevant AST nodes should be mentioned …
-
Hi! I wanted to let you know about a subtle but pretty fundamental bug we've found in Haskell's recursion-schemes library. Since Matryoshka uses the same "recursion-schemes from comonads" approach as …
-
See this blog post series: https://recursion.wtf/posts/rust_schemes_3/ which describes a scheme for managing recursive data structures which is likely to be (much) faster than our existing code and al…
-
Original Issue: sfultong/stand-in-language#8
I've created a branch called recursion-schemes, and it's super slow. If at least the type checker can't be made reasonably fast, this idea should probab…
-
-
Supporting type-safe, stack-safe recursion schemes in Java is no small feat, but I'm not convinced it's impossible.
First, attempt to provide reasonable, type-safe implementations of the following:…
jnape updated
4 years ago
-
At the bottom of the page, the link should be: https://blog.sumtypeofway.com/posts/recursion-schemes-part-3.html
Instead I get a 404 error, it tries to link me to: http://blog.sumtypeofway.com/recurs…
-
Part of the [Merge yaya into recursion-schemes?](https://github.com/ekmett/recursion-schemes/issues/76) thread. Here are the comments from that thread which pertain to the topic.
In the [yaya docum…
-
https://www.cs.cornell.edu/~asampson/blog/flattening.html
https://recursion.wtf/posts/rust_schemes/
Nice perf boost, allows for easy node reuse. Might make algorithms that change the tree struct…
-
### What's the new feature?
Add Kernel Thinning (https://arxiv.org/abs/2105.05842)
### What value does this add?
More features in Coreax.
### Is there an alternative you've considered?
_No respon…