13

Fuck NodeJS and Python, C# and strong-typing is all I need in life. (But python is sometimes useful)

Comments
  • 3
  • 5
    Fuck strong typing.

    I have this fettish of turning my string into an array, converting that to json, swapping that out for an object, rolling that around a loop for a while() and creating another array of int values of the original object values, taking this new array of Ints and dropping them into a concatenated float and eventually returning that float as a string.

    let x = “good fucking luck”;
  • 2
    C#? Strong? Sure buddy keep dreaming
  • 1
    I think you meant statically typed.
  • 0
    @ganjaman what are you talking about man? Your username tells me that you smoke weed. Lol
  • 0
    @irene @KAS89 after using ocaml, even java doesnt feel like a strongly typed language
  • 0
    But C# has a var and a dynamic type so basicly it can support both types of programming! Right?
  • 1
    @Gregozor2121 i wouldn't consider "var" dynamic typing but yes, that's right
  • 2
    @Gregozor2121 @AchilleMe hello no.
    var will let you skip the initial typing but scream if you change it afterwards.
  • 0
    @Commodore
    What about the "dynamic" type?
Add Comment