You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SKI to BCL, Unlambda, Iota, Jot and back to SKI or ULC
Publish the above as a sub-crate
FTC syntax parser
FTC to ULC compiler
ULC term formatter
Somehow it feels like a combinator graph reduction machine (also related: Ben Lynn's work) can be significantly faster than directly operating on ULC terms. (We can avoid up to O(n^3) size bloat by using other combinators like Bn or Cn, or supercombinators.) (Also looks like the former lends itself well to things like typed_arena.)
Somehow it feels like a combinator graph reduction machine (also related: Ben Lynn's work) can be significantly faster than directly operating on ULC terms. (We can avoid up to
O(n^3)
size bloat by using other combinators likeBn
orCn
, or supercombinators.) (Also looks like the former lends itself well to things liketyped_arena
.)List of literatures behind GHC
The text was updated successfully, but these errors were encountered: