aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/paradigm/logic_programming.md
blob: caf03f67d3bea9e940a72b719c63fa7dfd8b0d47 (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
# Unification

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

# Inspiration

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

# Reference

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

# Language

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

# Beyond logic programming

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

# Constraint Logic Programming

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

# Constraint Handling Rules

1. http://chrjs.net/

# Answer Set Programming

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