Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Exercise Generator (practice & concept exercises) #309

Open
verdammelt opened this issue Nov 25, 2020 · 3 comments
Open

Write Exercise Generator (practice & concept exercises) #309

verdammelt opened this issue Nov 25, 2020 · 3 comments
Labels
x:action/create Work on something from scratch x:module/generator Work on Exercise generators

Comments

@verdammelt
Copy link
Member

verdammelt commented Nov 25, 2020

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.

@nicolechalmers 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
@nicolechalmers nicolechalmers transferred this issue from exercism/v3 Jan 28, 2021
@verdammelt
Copy link
Member Author

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 verdammelt changed the title [v3] Improve Concept Exercise Generator: add generation of concept files Write Exercise Generator (practice & concept exercises) May 31, 2021
@verdammelt verdammelt added x:action/create Work on something from scratch x:module/generator Work on Exercise generators labels Jun 12, 2021
@verdammelt
Copy link
Member Author

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
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/create Work on something from scratch x:module/generator Work on Exercise generators
Projects
None yet
Development

No branches or pull requests

1 participant