Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Go is a cool language but Swift and Kotlin is hot garbage?
That‘s just pure ignorance. -
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.
-
3dgoosee961dimport 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
Related Rants

Stackoverflow.
Awesome unopinionated tier list https://drive.google.com/file/d/..., https://drive.google.com/file/d/...
https://drive.google.com/file/d/...
rant
programming
tierlist
language
distro