⚠️ Warning: This is a draft ⚠️
This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.
If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.
Is D a functional programming language? Here are some functional programming features in D:
- Pure Functions
- Immutable Data Structures
- First Class Functions
- Closures
- Lazy Evaluation
- Garbage Collection
- Type Inference
Here is a paper on mixing imperative programming and functional programming in D. --[[User:Jhuni|Jhuni]] 0:53, 1 January 2010 (UCT)