[@gavinking] Given: class MyScalable(Float[] floats) satisfies Scalable<Float,MyScalable> { scale(Float scale) => MyScalable([ for (x in floats) x*scale ]); } I get: [ceylon-compile] /Users/gavin/ceylon.language/test/satisfaction.ceylon:...
Linux is often used by developers (and it’s great for that, I used it myself for years). The default editors are fine for beginners, but if you’re working on serious projects, you’ll probably be looking for a better alternative. Today we’ll see how to install PyCharm on Kali Li...