We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f6155 commit 1e612c6Copy full SHA for 1e612c6
intro/declarative.md
@@ -6,8 +6,8 @@ layout: default
6
# Sentient is declarative
7
8
Sentient is a declarative programming language, similar to
9
-[Prolog](https://en.wikipedia.org/wiki/Prolog) and
10
-[miniKanren](http://minikanren.org/). Programs are descriptions of problems,
+[Prolog](https://en.wikipedia.org/wiki/Prolog),
+[miniKanren](http://minikanren.org/) and [Alloy](https://en.wikipedia.org/wiki/Alloy_(specification_language)). Programs are descriptions of problems,
11
rather than precise sets of instructions for the computer to follow. Sentient
12
changes how you think about programming.
13
0 commit comments