Skip to content
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

wrap up MiniKanren #97

Open
zzz6519003 opened this issue Apr 20, 2017 · 0 comments
Open

wrap up MiniKanren #97

zzz6519003 opened this issue Apr 20, 2017 · 0 comments

Comments

@zzz6519003
Copy link
Owner

zzz6519003 commented Apr 20, 2017

Embedding a powerful logic system inside a practical programming language like Clojure provides an environment where logic can be used seamlessly alongside your regular code, making it easy to use the right tool for the job.

The primary strength of miniKanren is the use of declarative programming to achieve almost magical ends.

To give you an idea of the leverage core.logic is giving you, imagine implementing the narrative generator in Java or Ruby. Would it still be as concise and easy to extend?

Logic programming is mind-bending. When it goes wrong, it is hard to tell why as the search going on behind the scenes can derail in subtle ways.

More than a library, miniKanren is a new language with a new programming paradigm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant