You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SVG diagrams provide links to both the API documentation and to the
49
49
source code.
@@ -273,6 +273,8 @@ Diagrams scripts:
273
273
274
274
Publications on research and applications using Logtalk:
275
275
276
+
-[Ontology-Supported Scaffolding for System Safety Analysis](https://etheses.whiterose.ac.uk/31412/)
277
+
Paul Brown. PhD thesis. November 2022.
276
278
-[Intelligent Decision Support for Cybersecurity Incident Response Teams: Autonomic Architecture and Mitigation Search](https://www.crisis-2021.com/agenda/)
277
279
Camilo Correa, Jacques Robin, Raul Mazo, and Salvador Abreu.
278
280
Proceedings of the 16th International Conference on Risks and Security of Internet and Systems (CRISIS 2021).
@@ -481,6 +483,7 @@ Publications on research and applications using Logtalk:
481
483
- Michael Covington (DCGs tokenizer example)
482
484
- Michael Hendricks (EDCGs examples and tests)
483
485
- Michael Igler (testing, bug reports)
486
+
- Michael McNally (feedback on tutorials, examples, and documentation)
484
487
- Michael Sheets (text editor support)
485
488
- Michael T. Richter (Textadept text editor support, pengines example)
Copy file name to clipboardExpand all lines: _pages/download.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ aside:
6
6
toc: true
7
7
---
8
8
9
-
**Latest stable version:** 3.59.0
10
-
**Release date:**October 18, 2022
9
+
**Latest stable version:** 3.60.0
10
+
**Release date:**November 15, 2022
11
11
12
12
<aclass="github-button"href="https://github.com/sponsors/pmoura"data-icon="octicon-heart"aria-label="Sponsor @pmoura on GitHub">Sponsor</a>
13
13
<aclass="github-button"href="https://github.com/LogtalkDotOrg/logtalk3"data-icon="octicon-star"aria-label="Star LogtalkDotOrg/logtalk3 on GitHub">Star</a>
@@ -28,7 +28,7 @@ includes adapter files for all supported Prolog compilers:
28
28
-[JIProlog 4.1.7.1 or later versions](http://www.jiprolog.com/)
29
29
-[LVM 4.1.0 or later versions](https://graphstax.ai/)
Copy file name to clipboardExpand all lines: _pages/learning.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Logtalk is a programming language that extends and subsumes Prolog. Thus, a good
10
10
11
11
[Learn X in Y minutes Where X=Logtalk](https://learnxinyminutes.com/docs/logtalk/)
12
12
13
-
Although this short tutorial is a recommended starting point for new users for a quick overview, be aware that some of the examples will not work as-is in Logtalk 3.x (a [pull request](https://github.com/adambard/learnxinyminutes-docs/pull/4526) have been submitted).
13
+
Although this short tutorial is a recommended starting point for new users for a quick overview, be aware that some of the examples will not work as-is in Logtalk 3.x (a [pull request](https://github.com/adambard/learnxinyminutes-docs/pull/4526) have been submitted). There's also an up-to-date [Jupyter notebook](https://github.com/LogtalkDotOrg/logtalk-jupyter-kernel) version of this tutorial that you can run with a subset of the Logtalk supported Prolog backends.
14
14
15
15
Note that the Logtalk distribution includes HTML versions of the user manual,
16
16
the reference manual, and the APIs documentation. Documentation can also be
All examples include a `loader.lgt` file that loads the example and any dependencies, a `NOTES.md` file with a description of the example, and a `SCRIPT.txt` file with sample queries (including how to load the example) for you to try. Most examples also include a `tests.lgt` file with unit tests and a `tester.lgt` loader file to run them. Being programming examples, it is expected that you run them side-by-side with the source code open in your [favorite editor](https://github.com/LogtalkDotOrg/logtalk3/tree/master/coding).
29
+
All examples include a `loader.lgt` file that loads the example and any dependencies, a `NOTES.md` file with a description of the example, and a `SCRIPT.txt` file with sample queries (including how to load the example) for you to try. Most examples also include a `tests.lgt` file with unit tests and a `tester.lgt` loader file to run them. Being programming examples, it is expected that you run them side-by-side with the source code open in your [favorite editor](https://github.com/LogtalkDotOrg/logtalk3/tree/master/coding) after reading their documentation.
30
30
31
31
[Learning and development tools](tools.html)
32
32
@@ -69,7 +69,7 @@ Want to learn about parametric objects (and categories)? See the following examp
<aclass="github-button"href="https://github.com/sponsors/pmoura"data-icon="octicon-heart"aria-label="Sponsor @pmoura on GitHub">Sponsor</a>
17
17
<aclass="github-button"href="https://github.com/LogtalkDotOrg/logtalk3"data-icon="octicon-star"aria-label="Star LogtalkDotOrg/logtalk3 on GitHub">Star</a>
0 commit comments