Open crabbo-rave opened 2 years ago
I'm guessing that the unit-testing frameworks I provided are not sufficient for codewars...
You didn't need to close it. There's some interest, and I'm not against adding. I'll add help wanted
label.
Is there an article somewhere on what exactly is needed to make this happen? I can do some stuff.
Can you create a repository similar to https://github.com/codewars/riscv for Odin under your account?
The repo should include:
Dockerfile
: Install Odin, then add a user codewarrior
and /workspace
.bin/run
: A Bash script with commands to run an example kata in a container.examples/*
: Some example kata with passing tests, failing tests, errors, etc.You can test how the output is rendered on Codewars with Kumite.
Print the output
print("""
<PASTE THE OUTPUT HERE>
""")
Please let me know if you have any questions or need help.
Odin is a Data Oriented, general purpose open source System Language. Meant to be a “C Alternative” and has the simplicity of Nim and Go, and is made for high performance, modern systems, and data-oriented data types. It’s a really cool language.
Frameworks for Unit Testing:
odin test
https://github.com/odin-lang/Odin/blob/master/core/testing/testing.odin:+1: reaction might help to get this request prioritized.