Skip to content

Commit e13501d

Browse files
committed
Update backend versions
1 parent f5b402c commit e13501d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Online at https://mybinder.org you can currently use:
1818

1919
- ECLiPSe 7.1#13
2020
- 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
2323

2424
Local installation of the kernel supports several other Prolog backends. See
2525
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.
2828
## Switching between backends
2929

3030
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.
3334
3. Select the cell and execute it (by typing, by default, Shift-Enter).
3435

3536
## Contributions

binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cd gprolog/src
2121
echo 'export PATH=$PATH:$HOME/gprolog/bin' >> $HOME/.profile
2222
cd ~
2323

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
2525
cd swipl-devel
2626
git submodule update --init
2727
mkdir build
@@ -32,7 +32,7 @@ ninja install
3232
echo 'export PATH=$PATH:$HOME/bin' >> $HOME/.profile
3333
cd ~
3434

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
3636
cd trealla
3737
make clean && make NOSSL=1
3838
echo 'export PATH=$PATH:$HOME/trealla' >> $HOME/.profile

0 commit comments

Comments
 (0)