We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81739e4 commit a0baf98Copy full SHA for a0baf98
README.md
@@ -1,11 +1,19 @@
1
## ttester Codewars
2
3
-`ttester.fs` extension to output test results for Codewars.
+`ttester.fs` extension to output Forth test results for Codewars.
4
5
This project is work in progress.
6
7
Please contribute to improve Forth support on Codewars.
8
9
+## Learning Forth
10
+
11
+Some excellent sources to get you started learning Forth:
12
13
+* [Learn Forth in x minutes](https://learnxinyminutes.com/docs/forth/)
14
+* [Starting Forth](https://www.forth.com/starting-forth/0-starting-forth/)
15
+* [Thinking in Forth](http://thinking-forth.sourceforge.net/)
16
17
## Example
18
19
See [example](./example).
0 commit comments