2.2 KiB
Help
Running the tests
To runs an exercise's tests, open a terminal in the exercise's directory and run the uiua tests tests.ua
command.
Submitting your solution
You can submit your solution using the exercism submit gigasecond.ua
command.
This command will upload your solution to the Exercism website and print the solution page's URL.
It's possible to submit an incomplete solution which allows you to:
- See how others have completed the exercise
- Request help from a mentor
Need to get help?
If you'd like help solving the exercise, check the following pages:
- The Uiua track's documentation
- The Uiua track's programming category on the forum
- Exercism's programming category on the forum
- The Frequently Asked Questions
Should those resources not suffice, you could submit your (incomplete) solution to request mentoring.
Below are some resources for getting help if you run into trouble:
- The Uiua project's main website hosts documentation, examples, tutorials and community resources.
- The Exercism Community on Discord
- Uiua Community on Discord is a very helpful and active community.
- The introduction tutorial can give a broad overview and has small exercises to learn Uiua.
- Uiua Pad for stepping through small code snippets visually.
- /r/apljk/ is a subreddit for apl like languages.
Additionally, StackOverflow is a good spot to search for your problem/question to see if it has been answered already. If not - you can always ask or answer someone else's question.