Are there purely declarative general-purpose programming languages?

I study declarative languages, and it seems that declarative is just a general term for logical and functional languages. Or I'm wrong? Are there generally accessible declarative programming languages ​​that cannot be classified as functional or logical (al), but simply β€œdeclarative”?

+5
source share
1 answer

In a declarative language, you need to enter the code of what you want, and not in the imperative language where you code how the calculation should be performed.

, , .

, , , . , .

, F #, , , OO . F # , , .

, , " " .

+2

All Articles