What I like most AND what I don't like most - about D

Paulo Pinto pjmlp at progtools.org
Mon Jun 13 06:18:16 UTC 2022


What I like about D:

- Being a systems programing language with GC
- Type system
- Metaprogramming capabilities
- UFCS
- OOP approach
- COM support


What I dislike about D:

- @system by default
- templates as workaround for attribute soup
- metaprogramming with strings instead of AST
- the way features get added and fail to be implemented end to end



More information about the Digitalmars-d mailing list