Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Code Generation

Code Generation

Feb 10, 20261 min read

  • programming-paradigms
  • metaprogramming
  • codegen

Code Generation

← Back to Metaprogramming

Techniques for automatically producing source code or intermediate representations. Code generation reduces repetitive manual coding and ensures consistency through templates, source generators, and AST manipulation.

Key Properties

  • Templates
  • Source Generators
  • AST Manipulation

programming-paradigms metaprogramming codegen


Graph View

  • Code Generation
  • Key Properties

Backlinks

  • Metaprogramming
  • AST Manipulation
  • Source Generators
  • Templates
  • gRPC
  • Protocol Buffers (API Design)

Created with Quartz v4.5.2 © 2026

  • GitHub