https://github.com/paulbutcher/datalog-flix
Code to accompany An Introduction to Datalog in Flix
https://github.com/paulbutcher/datalog-flix
datalog flix flix-programming-language
Last synced: 7 months ago
JSON representation
Code to accompany An Introduction to Datalog in Flix
- Host: GitHub
- URL: https://github.com/paulbutcher/datalog-flix
- Owner: paulbutcher
- License: mit
- Created: 2022-10-23T16:09:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T09:27:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T09:27:08.826Z (9 months ago)
- Topics: datalog, flix, flix-programming-language
- Homepage: http://paulbutcher.com/blog/2022/datalog1/
- Size: 226 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# An introduction to Datalog in Flix
This is the code for the series of articles [An introduction to Datalog in Flix](http://paulbutcher.com/blog/2022/datalog1/)
To run, open a subdirectory within VSCode, install the [Flix Language Server Extension](https://marketplace.visualstudio.com/items?itemName=flix.flix), open `Main.flix` and click on "Run".