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
The (former) common lisp concept exercise generator generates files for the exercise but not for the concepts that exercise may include.
The generator should be expanded to include a way to generate concept files.
Further it might be good if, when generating an exercise, a list of concepts can be provided which would in turn, cause those concepts to be generated if needed.
The text was updated successfully, but these errors were encountered:
nicolechalmers
changed the title
[Common Lisp] Improve Concept Exercise Generator: add generation of concept files
[v3] Improve Concept Exercise Generator: add generation of concept files
Jan 28, 2021
I have created the beginnings of such a thing - it at least creates the stub files for concepts and concept exercises: #496
I'll leave this issue open and as time goes on the entire issue will be finished.
A practice exercise generator was added to the project - written in Python. I would still like to have a Common Lisp generator - one that can be used from the REPL.
The (former) common lisp concept exercise generator generates files for the exercise but not for the concepts that exercise may include.
The generator should be expanded to include a way to generate concept files.
Further it might be good if, when generating an exercise, a list of concepts can be provided which would in turn, cause those concepts to be generated if needed.
The text was updated successfully, but these errors were encountered: