Live data from Hacker News

Viewing profile — will_byrd

will_byrd

HN member
Joined
Sat, Jul 30, 2016, 10:08 PM UTC
HN karma
230
Public activity
63 items

About will_byrd

https://github.com/webyrd

https://twitter.com/webyrd

Recent public activity

  1. comment
    Comment #47783666

    Nada Amin has a nice implementation of Aziz's approach, with tests: https://github.com/namin/inc

  2. comment
    Comment #42580353

    Thanks. We're working on an improved site with HTTPS. Coming very soon, I hope!

  3. comment
    Comment #42578308

    Yes, that's enough reason to upgrade. We're working on it! Should have a new version of the site up within a few days. Thanks!

  4. comment
    Comment #42578254

    I haven't held any hangouts online for years, although I'd consider restarting them if there is interest. We do have a monthly call of miniKanren/OCanren researchers from around th…

  5. comment
    Comment #42578233

    Yes! Great artwork.

  6. comment
    Comment #42577808

    Really? The word 'kanren' means 'relation' in Japanese, and was proposed by Oleg. Is there a naming connection to the Kansas thing?

  7. comment
    Comment #42577618

    Thank you all for your comments! We are working on a new version of the website, with a new layout, better examples up front, and HTTPS.

  8. comment
    Comment #42577604

    Thank you for the feedback! We are working on a new version of the website, with HTTPS, and with better examples and a better layout. I love your blog posts on LLMs, BTW! We've bee…

  9. comment
    Comment #42575871

    Alas, you'd still need the knowledge graphs. I hope the licensing issues for at least some of the KGs will be resolved soon. It's a tricky issue. Even some of the ontologies and co…

  10. comment
    Comment #42575804

    Sorry about that. mediKanren's source code is under MIT license, and is on GitHub. Alas, the knowledge graphs we use for mediKanren aren't produced by us, and often have very compl…

  11. comment
    Comment #42575503

    You might find Chris Mungall's py-typedlogic interesting: https://py-typedlogic.github.io/

  12. comment
    Comment #42575076

    Hi! Which paper were you trying to read? I'd be happy to try to explain anything you found confusing. Perhaps this online tutorial would be a helpful start: https://io.livecode.ch/…

  13. comment
    Comment #42575018

    Here's another miniKanren-related livecode you might enjoy (both are thanks to Nada Amin's cool livecode.io tech!): https://io.livecode.ch/learn/gregr/icfp2017-artifact-auas7pp

  14. comment
    Comment #42574871

    Hi! I'm one of the miniKanren peeps. Happy to talk miniKanren and relational programming!

  15. comment
    Comment #42102128

    Interesting comment. Would you mind expanding on that observation? Are there any references you'd suggest looking at that help make the connection more clear? Thank you!

  16. comment
    Comment #39108126

    I think that's a fair comparison. I have always loved Pascal, BTW!

  17. comment
    Comment #39107236

    I agree. Much of the success of miniKanren has been due to it not trying to be an Everything Language. The most pragmatic variant of miniKanren, core.logic in Clojure, was popular …

  18. comment
    Comment #39106894

    I agree that core.logic seems to have found a sweet spot as a pragmatic embedded domain-specific language. If core.logic had tried to replace more of the Clojure functionality, or …

  19. comment
    Comment #39106851

    One success story of core.logic was its use in Threat Grid's software, which apparently ran core.logic on a cluster. Threat Grid was bought out by Cisco for an undisclosed--but app…

  20. comment
    Comment #39106671

    I second the recommendation for 'Simply Logical'!

  21. comment
    Comment #39106422

    Hi! I wrote this description. Happy to answer and questions. I'll also comment on the comments!

  22. comment
    Comment #38237713

    I love that the code is so short and understandable. Could be turned into a Pearl.

  23. comment
    Comment #31226547

    Used in both a short miniKanren tutorial: https://io.livecode.ch/learn/webyrd/webmk and in an interactive version of the 2017 ICFP pearl on miniKanren: https://io.livecode.ch/learn…

  24. comment
    Comment #27371959

    > Oh gosh, don't do that to me :) I just finished submitting my second paper and I have to write my thesis, plus another couple of side projects already and a hell of a lot of work…

  25. comment
    Comment #27370846

    The Gödel programming language from Patricia Hill and John W. Lloyd is, to me, a good example of what a Prology language would look like, if designed from the ground-up for relatio…