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
http://github.com/exercism/risc-v has not been created yet. But it and http://github.com/exercism/risc-v-test-runner would be very similar to the arm64 track, it is mostly just the example solutions that need to be reimplemented. And often the example solutions can be easily ported from mips, as the instruction sets are similar.
I also need to request a logo.
Assuming I get the 32 bit tooling working (or give up and go with the 64 bit tooling currently used in https://github.com/keiravillekode/prototype-risc-v/) then the track could be created and launched with 20 exercises exceedingly quickly.
(Or we could take a slower approach and aim for 60+ exercises before launch, to reduce cross-track-reviewer workload after launch.)
I'd still like to only merge this once the track is nearly completed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context:
forum thread
hello-world prototype
The aspiration is for the risc-v track to be 32 bit. I don't have the 32 bit tooling working yet, but "How hard can it be?"
cc @ErikSchierboom