You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made this issue to get some ideas on how to compare C++ template/constexpr metaprogramming with macros and procedual macros for Embo++ (maybe also a little const-fn).
One of the reasons C++ programmers stay there is due to the power of metaprograming gives them, and I'd like to show how we can use (proc-)macros to do more or less the same.
I talked a bit to one of the big names and conference organizer in embedded C++ (Odin Holmes) and they really would like a talk on this topic.
Hope we can get some ideas here! I'm also very open to have people collaborate/co-present this with me at embo if we get some ideas for materials!
I only need to make a short abstract for the talk to send to the conference, and then to actually make the presentation is until March.
Possible title (to get interest as well): "C++ metamagicians' guide to Rust"
The text was updated successfully, but these errors were encountered:
Hi all,
I made this issue to get some ideas on how to compare C++ template/
constexpr
metaprogramming with macros and procedual macros for Embo++ (maybe also a littleconst-fn
).One of the reasons C++ programmers stay there is due to the power of metaprograming gives them, and I'd like to show how we can use (proc-)macros to do more or less the same.
I talked a bit to one of the big names and conference organizer in embedded C++ (Odin Holmes) and they really would like a talk on this topic.
Hope we can get some ideas here! I'm also very open to have people collaborate/co-present this with me at embo if we get some ideas for materials!
I only need to make a short abstract for the talk to send to the conference, and then to actually make the presentation is until March.
Possible title (to get interest as well): "C++ metamagicians' guide to Rust"
The text was updated successfully, but these errors were encountered: