Results 109 comments of Piotr Fusik

Thank you! I like your idea. I have experience with: - C++ GoogleTest - C# NUnit - D builtin `unittest` - Perl `Test` modules I'd appreciate your help in designing...

`cito` could have a new option, such as `--target-test-framework`. It used to have options for language versions: C89 vs C99, Perl 5.8 vs 5.10, old-style JavaScript vs JavaScript with typed...

Java isn't "more important" than Python. What made you think so? Both are popular languages and I want `cito` to handle both well. There is no Scala support, but I...

I don't know about gitter, but there's a Discussions tab here on GitHub that I recently enabled.

http://recoil.sourceforge.net http://asap.sourceforge.net https://github.com/pfusik/image-ci https://github.com/pfusik/datamatrix-ci

https://github.com/pfusik/ray-ci I'll keep this ticket open so everyone can showcase their projects.

https://github.com/pfusik/qoi-ci

This is how Ć translations are used in RECOIL and ASAP: ![RECOIL architecture](https://recoil.sourceforge.net/recoil-internals.png) ![ASAP architecture](https://asap.sourceforge.net/asap-internals.png)

Also, cito itself is being rewritten to Ć (#48).

Generics aren't available yet, aside from the built-in collection types `List`, `Dictionary` and `SortedDictionary`. Generics weren't available in the first releases of Java and C# either. They ended up being...