is anyone on here using cppfront in production?
is anyone on here using cppfront in production?
hsutter.github.io
Cpp2 and cppfront — An experimental 'C++ syntax 2' and its first compiler
i've been playing with cppfront for a few minutes now and it's been a surprisingly pleasant experience so far. i'm tempted to try it out at work to see what happens, but i wanna know if anyone tried to use it in production and what your experiences are
for those who haven't heard of it, cppfront is a cpp2 to c++ compiler, a bit like coffeescript for js. cpp2 is herb sutter's proposal of a new and cleaner c++ syntax with better ergonomics, better orthogonality, and better defaults