{ "slug": "julia", "language": "Julia", "repository": "https://github.com/exercism/xjulia", "active": false, "test_pattern": "TODO", "exercises": [ { "slug": "hello-world", "difficulty": 1, "topics": [ "strings", "string interpolation" ] }, { "slug": "hamming", "difficulty": 1, "topics": [ "generators", "strings", "exceptions" ] }, { "slug": "difference-of-squares", "difficulty": 1, "topics": [ "generators" ] }, { "slug": "word-count", "difficulty": 1, "topics": [ "control-flow (loops)", "arrays", "strings" ] }, { "slug": "rna-transcription", "difficulty": 1, "topics": [ "exception handling", "strings", "pattern matching", "filtering" ] }, { "slug": "leap", "difficulty": 1, "topics": [ "control-flow (conditionals)", "integers", "mathematics" ] }, { "slug": "raindrops", "difficulty": 1, "topics": [ "control-flow (loops)", "arrays", "strings" ] }, { "slug": "scrabble-score", "difficulty": 1, "topics": [ "control-flow (loops)", "control-flow (conditionals)", "arrays", "strings" ] }, { "slug": "anagram", "difficulty": 2, "topics": [ "control-flow (loops)", "arrays", "strings", "sorting", "filtering" ] }, { "slug": "bob", "difficulty": 2, "topics": [ "strings", "unicode", "control-flow (if-else statements)" ] }, { "slug": "trinary", "difficulty": 2, "topics": [ "arrays", "strings", "integers", "mathematics" ] }, { "slug": "secret-handshake", "difficulty": 2, "topics": [ "arrays", "filtering", "mathematics" ] } ], "deprecated": [ ], "ignored": [ "bin", "img", "docs", "juliamnt" ], "foregone": [ ] }