File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Online at https://mybinder.org you can currently use:
18
18
19
19
- ECLiPSe 7.1#13
20
20
- GNU Prolog 1.6.0 (git version)
21
- - SWI-Prolog 9.3.1 (default)
22
- - Trealla Prolog 2.43.11
21
+ - SWI-Prolog 9.3.3 (default)
22
+ - Trealla Prolog 2.49.1
23
23
24
24
Local installation of the kernel supports several other Prolog backends. See
25
25
the kernel repo for details. Limitations in the Docker images used by Binder
@@ -28,8 +28,9 @@ currently prevent installing other Prolog backends supported by the kernel.
28
28
## Switching between backends
29
29
30
30
1 . Add a code cell at the top of a notebook.
31
- 2 . Type ` gnu. ` to switch to GNU Prolog, ` swi. ` to switch to SWI-Prolog (but
32
- this is the default backend), or ` trealla. ` to switch to Trealla Prolog.
31
+ 2 . Type ` eclipse ` to switch to ECLiPSe, ` gnu. ` to switch to GNU Prolog, ` swi. `
32
+ to switch to SWI-Prolog (but this is the default backend), or ` trealla. ` to
33
+ switch to Trealla Prolog.
33
34
3 . Select the cell and execute it (by typing, by default, Shift-Enter).
34
35
35
36
## Contributions
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cd gprolog/src
21
21
echo ' export PATH=$PATH:$HOME/gprolog/bin' >> $HOME /.profile
22
22
cd ~
23
23
24
- git clone --depth 1 --branch V9.3.1 https://github.com/SWI-Prolog/swipl-devel.git
24
+ git clone --depth 1 --branch V9.3.3 https://github.com/SWI-Prolog/swipl-devel.git
25
25
cd swipl-devel
26
26
git submodule update --init
27
27
mkdir build
@@ -32,7 +32,7 @@ ninja install
32
32
echo ' export PATH=$PATH:$HOME/bin' >> $HOME /.profile
33
33
cd ~
34
34
35
- git clone --depth 1 --branch v2.43.11 https://github.com/trealla-prolog/trealla
35
+ git clone --depth 1 --branch v2.49.1 https://github.com/trealla-prolog/trealla
36
36
cd trealla
37
37
make clean && make NOSSL=1
38
38
echo ' export PATH=$PATH:$HOME/trealla' >> $HOME /.profile
You can’t perform that action at this time.
0 commit comments