From f9b5a03df213407ed99ff1a151f9a62e541158e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Mon, 3 May 2021 17:18:18 +0200 Subject: [PATCH] Suggested reformulation from Laurent. --- 6-InRealEnvironment/6-Tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-InRealEnvironment/6-Tools.ipynb b/6-InRealEnvironment/6-Tools.ipynb index c2ac984..7913d07 100644 --- a/6-InRealEnvironment/6-Tools.ipynb +++ b/6-InRealEnvironment/6-Tools.ipynb @@ -31,7 +31,7 @@ "\n", "## Online compilers\n", "\n", - "This ~~[blog post](https://arne-mertz.de/2017/05/online-compilers/)~~ [GitHub page](https://arnemertz.github.io/online-compilers/) gives several such online compilers we mentioned several times in this tutorial.\n", + "This ~~[blog post](https://arne-mertz.de/2017/05/online-compilers/)~~ [GitHub page](https://arnemertz.github.io/online-compilers/) gives a list of online compilers we mentioned several times in this tutorial.\n", "\n", "I have used only [Coliru](http://coliru.stacked-crooked.com/) which provides an API to incorporate directly some interactive code in a Web page (disclaimer - I have not used that feature yet) and [Wandbox](http://melpon.org/wandbox) which may be useful in day-to-day work as you may try a snippet of code with many configurations. It's useful for instance when you intend to use a bleeding-edge feature to see which version of compilers support it or not.\n", "\n", -- GitLab