Category:Julia examples needing attention: Difference between revisions

Problem using Lenvshtein with slightly longer streans that vary in the middle.
(Julia ENA)
 
(Problem using Lenvshtein with slightly longer streans that vary in the middle.)
Line 1:
{{enacat_body|Julia}}
 
Levenshtein example did not work when provided
 
String1 = "Hello my first name is Gary", String2 = "Hello my name is Gary"
 
Short sample strings that were just different at the end did seem to work.
 
The sample that did not work never came back.
 
I was able to do about 5000 such comparisons in IronPython in about 2 minutes.
 
So either Julia is generating bad code for these examples or there is a problem with this code sample.
 
My Julia environment has been tested running other samples and seems OK. I ran an Pkg.Update() before testing.
1

edit