Skip to content
Glen De Cauwsemaecker edited this page Jul 2, 2014 · 23 revisions

Small Library to simulate the Codingame programs offline on your computer, written in Go, wrapped in many other languages.

For more information about all the Go related code and how cgreader works you should read the manual, which should bring you up to speed in no time.

Supported languages

Even though this library is written in Go, it doesn't stop there. The goal is to write wrapper libraries around this core, to support multiple other languages. C can interface with Go, and via C many other languages can be reached.

  • ccgreader brings support for C and is a gateway to other languages.
  • bfreader brings support for Brainfuck.

Feedback

Any feedback is welcome, and can be given along the bug reports as an issue report or by mailing me. Pull requests are also welcome on the condition that your commits are clean and bring additional values to the cgreader pkg.

Clone this wiki locally