aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/paradigm/logic_programming.md
blob: 9cb7df2e6c4672721e2e2eaf4536c56019491d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Concurrent Logic Programming

0. [The Joy of Concurrent Logic Programming](http://www.call-with-current-continuation.org/articles/the-joy-of-concurrent-logic-programming.txt)

# Unification

0. [Functors of the World, Unite!](https://www.youtube.com/watch?v=8k7YH9st_8U)

# Inspiration

0. [Next-Paradigm Programming Languages: What Will They Look Like and What Changes Will They Bring?](https://arxiv.org/abs/1905.00402)

# Reference

0. [PrologHub](https://prologhub.com/)
0. https://book.simply-logical.space/
0. [Higher-Order Logic Programming](https://www.lix.polytechnique.fr/~dale/papers/Handbook_Logic_AI_LP.pdf)
0. [HiLog: A foundation for higher-order logic programming](http://www.sciencedirect.com/science/article/pii/074310669390039J)
0. https://www.amazon.com/Reasoned-Schemer-MIT-Press-ebook/dp/B07B9SL4LR
0. [Can Logic Programming Execute as Fast as Imperative Programming?](https://www2.eecs.berkeley.edu/Pubs/TechRpts/1990/CSD-90-600.pdf)
0. [Automatic Differentiation using Constraint Handling Rules in Prolog](https://arxiv.org/abs/1706.00231)
0. [A Framework for Extending microKanren with Constraints](https://arxiv.org/pdf/1701.00633.pdf)
0. https://www.amazon.com/Clause-Effect-Programming-Working-Programmer/dp/3540629718
0. https://medium.com/@enkiv2/mycroft-a-predicate-logic-language-overview-post-mortem-e357fe80d53
0. http://lambda-the-ultimate.org/node/112
0. http://okmij.org/ftp/papers/LogicT.pdf
0. https://www.researchgate.net/publication/2274015_Relational_Programming_in_Libra
0. [Monadic-style backtracking](http://www.cs.ox.ac.uk/ralf.hinze/publications/index.html)
0. [Prolog's control constructs in a functional setting - Axioms and implementation](http://www.cs.ox.ac.uk/ralf.hinze/publications/index.html)
0. [Solving Problems Declaratively - Mark Engelberg](https://www.youtube.com/watch?v=TA9DBG8x-ys)
0. http://programming-puzzler.blogspot.com/2013/03/logic-programming-is-overrated.html
0. https://gist.github.com/swannodette/3217582
0. [AppLP: A Dialogue on Applications of Logic Programming](https://arxiv.org/pdf/1704.02375.pdf)
0. [The Power of Prolog](https://www.metalevel.at/prolog)
0. https://www.amazon.com/Reasoned-Schemer-MIT-Press-ebook/dp/B004GEBQS6
0. https://github.com/Web-Prolog/swi-web-prolog/blob/master/web-client/apps/swish/web-prolog.pdf
0. [Den of Clojure Build Your Own Logic Engine](https://www.youtube.com/watch?v=y1bVJOAfhKY)
0. https://eli.thegreenplace.net/2018/unification/
0. http://boxbase.org/entries/2019/feb/11/dialogical-logic-programming/
0. [Can logic programming execute as fast as imperative programming?](https://dl.acm.org/citation.cfm?id=128589)
0. https://synthese.wordpress.com/2010/08/21/prologs-death/

# Language

0. [A Gentle Introduction to MicroKanren](https://erik-j.de/microkanren/)
0. [Curry: A Truly Integrated Functional Logic Language](https://www-ps.informatik.uni-kiel.de/currywiki/)
0. https://flix.github.io/
0. http://logtalk.org/
0. https://github.com/fnogatz/CHR.js
0. https://mercurylang.org/
0. https://www.quora.com/What-are-examples-of-statically-typed-logic-programming-languages-ex-similar-to-Prolog
0. [Racklog: Prolog-Style Logic Programming](https://plt.eecs.northwestern.edu/snapshots/current/pdf-doc/racklog.pdf)
0. https://souffle-lang.github.io/

# Beyond logic programming

0. https://github.com/Web-Prolog/swi-web-prolog

# Constraint Logic Programming

0. http://www.pathwayslms.com/swipltuts/clpfd/clpfd.html
0. https://stackabuse.com/constraint-programming-with-python-constraint/

# Constraint Handling Rules

0. http://chrjs.net/

# Answer Set Programming

0. [What Is Answer Set Programming?](https://www.cs.utexas.edu/users/vl/papers/wiasp.pdf)