Changeable words: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
→‎{{header|Wren}}: Modified the Hamming function to break when count reaches 2 - about 8% faster.
PureFox (talk | contribs)
→‎{{header|Wren}}: Added libheader.
Line 380: Line 380:


=={{header|Wren}}==
=={{header|Wren}}==
{{libheader|Wren-fmt}}
Using the Hamming Distance between two equal length strings which needs to be 1 here:
Using the Hamming Distance between two equal length strings which needs to be 1 here:
<lang ecmascript>import "io" for File
<lang ecmascript>import "io" for File