To be fair… I wasn’t really wanting to use Swift or Rust… but now that they are there, I’m more inclined to actually check them out.
Yeah… I’ve been kind of not doing too much of them too quickly… but I’ve not really been doing much of anything on this website too quickly. To the point where I’ve mostly been sticking with C and Perl… even for situations using other languages would be the logical answer to do there (and mocking my own stubbornness with it, rather than actually justifying it).
Can we get an update to Swift 3? It’s a major change from Swift 2, and the app development community has already moved to it, with Apple dropping support for Swift 2 very aggressively.
Plese update Haskell too, I can’t use ghc 7.8.3 via stack (on Arch linux) anymore.
Now I have to blindly use 7.10.3 to test code locally and hope nothing will break when submit.
There is no major issue yet but update would be nice
$ stack --resolver=lts-0.3 setup
Run from outside a project, using implicit global project config
Using resolver: lts-0.3 specified on command line
No information found for ghc-7.8.3.
Supported versions for OS key 'linux64-ncurses6': GhcVersion 7.10.3, GhcVersion 8.0.1
Just for you know, 1.8.0_152 has some big regressions especially for Tomcat. I hope it won’t affect codingame puzzle. Oracle said that it will be fixed in the 1.8.0_153.
Could you please check Haskell installation? Some standard libraries are not found (Data.Random, Data.Vector). Just tried to compile code from past contests…