-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to Pursuit? #9
Comments
Oh, certainly did not expect to see this library getting any attention anymore. It's not really done, otherwise it would be on bower and pursuit. Some way through fiddling with this I learned about |
Ah right. Personally I don't mind to upload it in this state (it looks usable for my use case and can add more in case someone needs it). I was just googling around for rose trees and this seems to be the only purescript lib so thought to go from here. Regarding "certainly did not expect to see this library getting any attention anymore" do you mean there are other, more complete alternatives that I have missed?
|
I'm not talking about adding anything to this library, what I'm saying is that you can use |
An upside of This branch never ended up getting merged, though I think it offers a nice interface to trees generally. |
Pretty neat stuff! Do you guys think there's still value in keeping the direct representation that is already there? I quite like these representations in terms of |
I really don't know. I just started this project because I needed something like it. I'm not really experienced enough with purely functional programming languages to be designing APIs.. So I think the best way forward is for this library to move ownership, and the new owner deciding what to do. @parsonsmatt Considering you did 99% of the work in the |
@rintcius So -- the different direct encodings have very different performance properties for different application, and just having Here's what I'd want to do before "completing" the library:
Since I guess I have Opinions about all of this stuff, I don't mind taking the repo over @jplatte 😄 |
@parsonsmatt Thanks! I can't currently transfer ownership though as you still have a fork with the same name under your profile. |
I deleted it, should be good to go. Thanks!
Matt Parsons
…On Mon, Dec 26, 2016 at 9:04 AM, Jonas Platte ***@***.***> wrote:
@parsonsmatt <https://github.com/parsonsmatt> Thanks! I can't currently
transfer ownership though as you still have a fork with the same name under
your profile.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG-LIOCdrcBY4R_p_Aag0J1FhXneRLHBks5rL8l3gaJpZM4LTJmm>
.
|
@parsonsmatt Sure you have to select the best matching data structure, but that's not different than choosing between e.g. Good idea to have the different representations benchmarked. I'd be surprised to see Anyway, going |
If there are no plans to do anything with this library, would you consider putting a message in the readme explaining to the reader that I'm now attempting to use |
I've been holding off on any PureScript work until the compiler hits 1.0. I'd be happy to include a note in the README if you'd like to make a patch. |
Is it an idea to publish this lib to Pursuit?
(BTW I'm planning to upgrade this lib to purescript 0.10, so maybe this can be done after that?)
The text was updated successfully, but these errors were encountered: