Owais Mohsin
Owais Mohsin
>You're now one of two people in the world who understands Pointless top-to-bottom. Or top-down if you will. Also, I think I could attempt to write a BNF now, for...
I was thinking if you have you considered transpilation to Lua? It seems to be able to perform full TCO. There appear to be very few features of Pointless that...
Congratulations on making the switch to structural equality. I just changed my repository to remove "deepEq" from automatic prelude and added new fields to comply with the latest changes surrounding...
Sorry as I don't really have a video chat software setup. just let me know when you get around having a look at these implementation links.
Cool. What compiler flags were used? Because with O2 Haskell aggressively inlines functions across modules just like it does inside modules without O2 and due to that(and other optimizations), on...
First I would like to ask your opinion on a `--prod` option, in theory, it would use a separate runtime and a different code generator. This runtime would not track...