Timeline for Using a "strong" type system in the real world, say, for large-scale web-apps?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 20, 2015 at 15:53 | comment | added | Ewan | when you are used to a strongly typed language everything else is untyped, when i say define the types i mean 'create the classes' sure you can use var or whatever, but its just a compiler trick | |
| Dec 20, 2015 at 14:19 | comment | added | nicolas | you dont have to define the types. any decent language will infer the types for you : haskell, ocaml, sml, F#... | |
| Dec 20, 2015 at 12:48 | comment | added | Giorgio | Do you mean typed / untyped or statically typed / dynamically typed? JavaScript is not untyped but dynamically typed. | |
| Dec 20, 2015 at 12:39 | history | answered | Ewan | CC BY-SA 3.0 |