Category:Julia examples needing attention

From Rosetta Code
Revision as of 17:34, 24 April 2015 by Aiguy (talk | contribs) (Problem using Lenvshtein with slightly longer streans that vary in the middle.)

These Julia examples need attention. They may be incorrect, poorly-written or in some other way unsatisfactory in their current state on their current page. If you know Julia, take a look at them and see if there's something you can do. The people best suited for ensuring the quality of Julia examples on Rosetta Code are the people who know the language. If that's you, we'd appreciate it if you would lend a hand.


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.

This category currently contains no pages or media.