-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
WIP - reserve #187 - pangram #223
Conversation
Even though I have less time to spare as I hopen in #217 when I promised a small write up until sunday, I do hope to finish it anyway ;) At least I will be here to answer your questions, even though it might take some time ;) |
Please do not feel under extra pressure on my account. I though using the generator might help you (as much as i might help me). I can do it the hard way if you prefer. Is there are thread on these generators I could read somewhere ? I think I may have got the wrong idea as to what the generator is intended to do (other than reduce tedium, of course). Are you writing a generator in Erlang ? My first assumption was that these would be in Go as I read somewhere that Go is the Exercism project language. So then I assumed you would fork some reference implementation and make necessary and sufficient changes, many of which might be configuration changes rather than code changes. |
I do not ;) But I really need to write something as long as I remember what I did ;)
The word is said every now and then. But each track is free to choose if they use one at all or how they implement them.
Of course… It is the most straightforward thing to do… Erlang has a module to create some abstract code representation (not directly an AST) via The generator itself lives in Basically a generator for exercise
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I really like this!
-include("exercism.hrl"). | ||
|
||
|
||
% test cases adapted from `x-common//canonical-data.json` @ version: 1.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good idea! Makes it easier to check if there are upstream changes!
I've not done this yet ... I'm interested in trying out the 'generator' to see if that helps with this slug.
So let's estimate a solution for a week from now.