5

I see they have a windows version that looks like WPF and a mac screenshot shows Mono in the title bar.

Is it written in C# .NET with Mono?

(I'm only asking because they seem to do it right)

Thanks.

keyle
  • 2,762
  • 3
  • 24
  • 27

2 Answers2

5

A nice mix of different languages ranging from C# to Java. But, as Tomi pointed, C# is the primary language. Great to write code and very good in terms of performance too (able to consistently beat a good number of competitors).

pablo
  • 6,392
  • 4
  • 42
  • 62
3

It is probably written in C# and it definitely runs on Mono on other platforms than Windows. You can see it in FAQ requirements section. Also their PNUnit is running on C#/Mono.

yojimbo87
  • 65,684
  • 25
  • 123
  • 131