|
|
|
|
|
by JacobGoodson
266 days ago
|
|
"but is static typing considered a functional feature more broadly" It might be, but it is not an essential feature. Functional programming is the practice of using pure functions as the primary form of computation and composition. Whether one adds types to this is as relevant as adding types to any other paradigm (imperative, oop, logical, functional, etc) |
|