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

Will/could chalk allow rust to support logical programming ? #72

Closed
LifeIsStrange opened this issue Jan 1, 2018 · 1 comment
Closed

Comments

@LifeIsStrange
Copy link

I've read that chalk will be used internally by rustc for many things, but I Wonder if there is any plan for adding to rust (not only MIR) full/partial support for the logical programming paradigm?
https://en.wikipedia.org/wiki/Logic_programming?wprov=sfla1

I feel like this paradigm offer many possibilities (AI, etc) but it is not widely used because there is no great language and fast language that support it.
Disclaimer : I may say bullshit.

@nikomatsakis
Copy link
Contributor

There's not really a plan for that thus far =) but I guess anything is possible!

You may be interested in https://github.com/wartman4404/rust-kanren. I've not looked closely at it but in general the MiniKanren series of projects aim to embed logic programming in other languages.

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

2 participants