Prolog interpreter in Go
github.com
Prolog interpreter in Go
1–10 of 24 posts
Re: Prolog interpreter in Go
#2Re: Prolog interpreter in Go
#3Re: Prolog interpreter in Go
#4The golog author has a great presentation on using prolog in production.[1] [1] https://www.youtube.com/watch?v=G_eYTctGZw8
Re: Prolog interpreter in Go
#5Re: Prolog interpreter in Go
#6The title of the repo is spells "interpreter" correctly, so this submission's title should be fixed.
Re: Prolog interpreter in Go
#7Re: Prolog interpreter in Go
#8I would love to use this for compiler analysis, I need to research how this can be used with tools/ssa to do whole program logic queries.
Re: Prolog interpreter in Go
#9Wow, just last week I was thinking how useful having embedded prolog in Go would have been, for a very particular problems that maps very well in Prolog. I'm super excited by this!
Re: Prolog interpreter in Go
#10I would love to use this for compiler analysis, I need to research how this can be used with tools/ssa to do whole program logic queries.
Prolog interpreter is unlikely to be able to meet your performance needs although it would be a great ui. Search datalog and bdd and you should be able to find some good research and tools using bdd to support source code analysis related queries.