Online judge supports Julia?

I’m new to Julia and just study by reading official documents, but I do want to have some toy problems as testing. I’m wondering if there is online judgement supports Julia?

I’ve searched and found hackerrank was said to support Julia, it do support for only the solve me first problem, but other problems seems not.

1 Like

After some search, there are some updates.

  1. hackerrank do support julia, for some of their problems. For (Algorithms, DIFFICULTY Easy), it seems they do not support Julia. But for (Algorithms, DIFFICULTY Medium), there are julia support.

  2. atcode seems support julia too, both of atcode and hackerrank suffer problem of outdated julia version.

1 Like

I’m currently working through the Julia track at exercism.io. It doesn’t seem to have quite the depth challenges/topic of other challenge sites, but the breadth of language options is much wider!

1 Like

julialang at codesignal (1.0) and at codewars (1.0 and 0.6 for older problems) is available and usable. enjoy it. like me… :slight_smile:

2 Likes

Among the sites mentioned in this post currently atcode.jp has the best Julia support (v1.4+) and the the best/largest content.

Additionally, the japanese site supports Octave (v5+) and Nim(v1+), beside the usual langs.

1 Like

julia (1.6.2) is available on hackerearth too. I solved few easy problems and it seems usable. (the web editor does not have syntax highlighting :frowning: )