Re: Remaining Euphoria exercises on Exercism (for 48in24)
- Posted by petelomax in May
- 674 views
Aside: as well as cloning exercism/euphoria, I also forked it elsewhere and renamed it as exercism/phix, which seems to royally confuse github desktop...
Note the Phix test_equal() takes parameters in a different order to the Euphoria version.
You may find my Phix efforts here:
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/circular-buffer
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/zebra-puzzle
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/minesweeper
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/pig-latin
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/matching-brackets
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/spiral-matrix
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/kindergarten-garden
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/meetup
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/pascals-triangle
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/rotational-cipher
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/phone-number
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/two-bucket
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/bank-account (NB: using multi-threading)
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/food-chain
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/run-length-encoding
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/diamond
https://github.com/petelomax/exercism-phix/tree/main/exercises/practice/largest-series-product
which leaves parallel-letter-frequency (on which you can demonstrate multi-tasking, but not multi-threading), knapsack, grade-school
You might also take advantage of the output from the phix test generator, in most of those and the other exercises (currently for 67/97).
That should keep you busy!
PS: some of the Phix entries need 1.0.5 (bugfixes), and I've got at least another 12 worthwhile doing before shipping that, and maybe as many as 43,
and I'm not going to bother asking for a Phix track to be created until 1.0.5 is shipped, and I've done at least some docker tests, but it's fairly soon.