What programming languages ​​can support mutation testing?

How much harder (or impossible) to implement mutation testing in some languages ​​than others? For example, is it possible to implement mutation testing in functional programming languages?

+5
source share
3 answers

I see no reason why this would be impossible in any language.

Of course, I'm not an expert, but I think that testing mutations will be easier in functional languages. Mutations can be made by redefining operators in functional languages ​​as easily as functions are defined in other languages.

+2
source

.NET . , .NET . , -

NinjaTurtles

, , , . #/. Net, .

, , . , .

+2

All Articles