Giter Site home page Giter Site logo

Comments (7)

avescodes avatar avescodes commented on August 20, 2024

That's a good idea! There isn't any reason we wouldn't include a chapter or number of recipes on this. Lets see if we can brainstorm and come up with a list of 10-20 problems we could solve.

Do you have any initial recipes in mind?

from clojure-cookbook.

belucid avatar belucid commented on August 20, 2024

I'd love to work on some recipes for core.logic. What chapter do you think they'd fit into. Looking at the chapter list, nothing jumped out at me.

from clojure-cookbook.

lenaschoenburg avatar lenaschoenburg commented on August 20, 2024

I'm not sure but can't you query datomic with core.logic? That seems very practical and fits to the book as there's already a datomic chapter.

from clojure-cookbook.

lenaschoenburg avatar lenaschoenburg commented on August 20, 2024

The longer I think about it the more necessarily it seems. Most people I told about core.logic reacted with "Great, you can solve the zebra puzzle and sudoku but how can I use it in my app?". This chapter could be an inspiration!

from clojure-cookbook.

avescodes avatar avescodes commented on August 20, 2024

@belucid I don't have a particular chapter in mind right now. It really depends on what kind of problems people are solving with core.logic. The chapter list itself is rather flexible so Luke and I are free to adjust it to suit the recipes we have in hand.

from clojure-cookbook.

hypirion avatar hypirion commented on August 20, 2024

I think I found a suitable and practical core.logic problem which is also relatively small:

You have a list of meetings and the time schedule for each person on that list. By using core.logic, find a way to optimally place the meetings such that every person can attend all their meetings (if possible). For simplicity, every time slot can be considered as one hour.

A very naive solution could be implemented like this: https://gist.github.com/hyPiRion/5793788

There are more efficient ways to do this (this can be represented as a constraint satisfaction problem), so it should be done that way instead. The amount of code should be about the same (or perhaps a bit shorter).

(==any was to my knowledge implemented by @fredericksgary.)

Edit: I'd like to say that explaining core.logic-stuff would mean that a lot of things has to be explained if no prerequisites are assumed. So I think it's a good idea to have some prerequisites or find a person well-versed with words for those explanations.

from clojure-cookbook.

avescodes avatar avescodes commented on August 20, 2024

@senior is working on this as part of our pre-release process, closing this.

from clojure-cookbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.