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
{{ message }}
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
I really think possum v2 could benefit from a hygienic macro implementation. Streams could be implemented in terms of this, as well as many other things which would normally be special forms.
The text was updated successfully, but these errors were encountered:
Streams in possumv2 are hard-coded wrappers around .NET streams. In possum-ocaml, I would like to rectify this by including a stream/iterator based abstraction, but how to do this is still up for debate. I may use functions inside records to sort of duck-type the system, but I am not sure how clean this is. Relevant issues are here and here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I really think possum v2 could benefit from a hygienic macro implementation. Streams could be implemented in terms of this, as well as many other things which would normally be special forms.
The text was updated successfully, but these errors were encountered: