0
Comments
  • 4
    Go is a cool language but Swift and Kotlin is hot garbage?
    That‘s just pure ignorance.
  • 2
    About the only thing I agree with is that HTML isn't a programming language. Oh, and hot garbage is worse than garbage, so your tier list is ordered wrong.
  • 2
    @Lensflare Thank you for saving me 5' of my life.
  • 3
    (c)rust is too high ;P
  • 0
    @NotJeckel there is hot garbage and GARBAGE
  • 2
    import Foundation

    infix operator ⊗

    func ⊗<A,B>(l:A,r:(A)->B)->B{r(l)}

    var G:[String:Any]=[:]

    func f<T>(_ v:Any)->T{unsafeBitCast(v as AnyObject,to:T.self)}

    func g<U>(_ x:U?,_ h:(U)->U)->U{x!⊗{G["x"]=$0;return h($0)}}

    let p=UnsafeMutablePointer<Int>.allocate(capacity:1)

    p.initialize(to:7)

    G["p"]=p

    let r:Int=3⊗{(n:Int)->Int in (G["p"] as! UnsafeMutablePointer<Int>).pointee+=n;return (G["p"] as! UnsafeMutablePointer<Int>).pointee}

    let s:String=f(r)

    let o=g(nil as Int?,{$0*2})

    p.deinitialize(count:1);p.deallocate()

    _=(G["p"] as! UnsafeMutablePointer<Int>).pointee
  • 3
    @3dgoosee aaaaarhg. NsFW
  • 1
    @whimsical That‘s not Rust, it’s Swift. He’s raping Swift! 😟
Add Comment