The Downfall of Imperative Programming
Kagamin
spam at here.lot
Wed Apr 11 01:23:03 PDT 2012
On Tuesday, 10 April 2012 at 17:19:00 UTC, Russel Winder wrote:
> I am a fan of declarative expression, I prefer functional
> approaches
> over explicitly imperative ones. For the moment though using
> single
> assignment in imperative languages with all the lambda/closure
> technology and using functional programming thinking is the best
> compromise.
Imperative languages only emulate functional style to some
extent. They remain inherently imperative and impure. And for
declarative syntax to really fly you need an FP language, purity
and immutability for sure.
More information about the Digitalmars-d
mailing list