An open API service indexing awesome lists of open source software.

https://github.com/codewars/ttester-codewars

"Testest" Forth Test Framework for Codewars
https://github.com/codewars/ttester-codewars

code-runner forth test-reporting

Last synced: 5 months ago
JSON representation

"Testest" Forth Test Framework for Codewars

Awesome Lists containing this project

README

          

## "Testest" Forth Test Framework for Codewars

Testest is a test framework used also to test Forth code on Codewars. Originally inspired by 'ttester.fs', it was completely rewritten and shares design with the Testest test framework for Factor on Codewars.

## Learning Forth

Some excellent sources to get you started learning Forth:

* [Learn Forth in x minutes](https://learnxinyminutes.com/docs/forth/)
* [Starting Forth](https://www.forth.com/starting-forth/0-starting-forth/)
* [Thinking in Forth](http://thinking-forth.sourceforge.net/)

## GForth Documentation

* [ANS Forth 2012 Standard](https://forth-standard.org/)
* [GForth 0.7.0 Documentation (older than Codewars' GForth)](https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/index.html#Top)
* [GForth 0.7.9 Documentation (newer than Codewars' GForth)](https://gforth.org/manual/index.html#Top)

## Example

See [example](./example).

## Acknowledgements

Authored by [@nomennescio](https://github.com/nomennescio).

Copyright 2018-2023 by nomennescio

Covered by [this license](https://github.com/codewars/ttester-codewars/blob/master/LICENSE.md)