Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 400 Bytes

File metadata and controls

14 lines (11 loc) · 400 Bytes

reflective structs

An experiment with C macros to create structs that support reflection.

Non-goals

  • Knowing what I'm doing
  • Knowing whether this is a good idea
  • Knowing if it's even possible in the first place (so far it seems like it isn't)
  • Solving any real problems
  • Writing maintainable and understandable code
  • Responsible memory management
  • Planning and foresight
  • Performance