Anyone know if https://github.com/arachne-framework is totally abandoned? Luke VanderHart seems to be the only real contributor to the code in all of the libs (respect! that’s a lot of code). I am honestly only really looking at https://github.com/arachne-framework/aristotle, but other than development having stopped in 2018, the thing that is really giving me pause is the lack of licences for most (all?) of the libraries in the project. Not knowing the licence is a red flag to me. In principle, that means it is closed source.
@simongray Unlicensed code is closed source, though ("good intentions are not contracts" and all that). If you're going to use any of it, I'd ask him to license it first.
@steven427 Yes, I realise that 🙂 that’s why I mentioned it. Also, the type of licence matters a great deal tool. Anyway, he reached out in the meantime and slapped an Apache licence on that bad boy.
Luke seems to have cut back on his online time over the pandemic. He’s still on Twitter occasionally, but he hasn’t been active on GitHub at all
I see. Thank you, @quoll.
It seems like an oversight. Seems he just puts licenses on his most popular projects e.g. https://github.com/levand/quiescent or https://github.com/arachne-framework/valuehash
Luke said that his work has kept him off open source lately, and that he will follow up. He said that everything should be available to use, but this should prompt him to add an EPL
So perhaps you could continue to “explore” it for now, with the expectation that it will be available soon
Thanks!