aboutsummaryrefslogtreecommitdiff
path: root/report.md
diff options
context:
space:
mode:
Diffstat (limited to 'report.md')
-rw-r--r--report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.md b/report.md
index 83c893f..e66b8d3 100644
--- a/report.md
+++ b/report.md
@@ -6,7 +6,7 @@ This file document explains the motivation behind implementation choices that ha
6## Language choice 6## Language choice
7 7
8This program has been implemented in Python. 8This program has been implemented in Python.
9This language choice has been approved by Sylvain Cherrier on 2018-03-17. 9This language choice has been approved by Mr Sylvain Cherrier on 2018-03-17.
10 10
11Python has been chosen for its conciseness, expressiveness, object and inheritance support and its various libraries easing the development of the interactive command line interface and swappable algorithms. 11Python has been chosen for its conciseness, expressiveness, object and inheritance support and its various libraries easing the development of the interactive command line interface and swappable algorithms.
12 12