DEV Community

Discussion on: Imperative vs declarative

Collapse
 
fpuffer profile image
Frank Puffer • Edited

Yes. Otherwise declarative programming wouldn't exist at all, at least not in this world. Every code that is executed finally gets transformed into machine instructions which are imperative on a CPU with Von Neumann architecture. (All CPUs that are practically relevant today belong to this category.)