common-lisp icon indicating copy to clipboard operation
common-lisp copied to clipboard

Write Exercise Generator (practice & concept exercises)

Open verdammelt opened this issue 4 years ago • 3 comments

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.

verdammelt avatar Nov 25 '20 21:11 verdammelt

This is an old issue and the old generator was removed.

However it would be still good to have a generator. It should handle creating pracitce & concept exercises - that may mean two generators?

More thought needed/wanted.

verdammelt avatar May 31 '21 20:05 verdammelt

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.

verdammelt avatar Sep 08 '21 12:09 verdammelt

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.

verdammelt avatar May 07 '22 14:05 verdammelt