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
Copy file name to clipboardExpand all lines: README.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
@@ -60,16 +60,16 @@ Refer to the document on the [anatomy of a practice exercise][practice-exercise]
60
60
#### Practice Exercise Generation
61
61
62
62
Many practice exercises are part of a canonical set of exercises shared across tracks (information on this can be found in the [problem specifications repository][problem-specs].
63
-
If you have Python installed, then there is a generator in the ./bin folder that you can use to generate all of the requisite files from the problem-specifications.
63
+
There is a generator in the ./bin folder that you can use to generate all of the requisite files from the problem-specifications.
64
64
To run it, navigate to your common-lisp repository and enter the following:
65
65
66
66
```sh
67
-
python ./bin/lisp_exercise_generator.py
67
+
./bin/lisp_exercise_generator
68
68
```
69
69
70
70
From there, you will be prompted to provide three further pieces of information.
71
71
(Note, you _will_ need to have cloned the [problem specifications repository][problem-specs].)
72
-
This script will generate and fill in all the necessary files, with the exception of the .meta/example.lisp file, which you will need to complete yourself.
72
+
This will generate and fill in all the necessary files, with the exception of the .meta/example.lisp file, which you will need to complete yourself.
73
73
*The common-lisp/config.json file will remain unaltered* - you will have to manually alter that file.
74
74
75
75
A Common Lisp replacement for this generator will be coming "soon".
0 commit comments