I would love to see a world in which a system is designed and built from multiple languages, so that the "right" tool could be used for each part. Does this even make sense? The modern distributed web seems to be leading us there. Slowly, slowly. I would also love to see a world where all C, C++ dependencies magically port themselves to Rust without FFI or a first-cut rewrite that a hobbyist did. 10-20 years maybe? U…
Soursop and Ponies in Kona: A C++ Committee Trip Report
11–20 of 69 posts
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#12Still hoping for compile time introspection/reflection for class serialization. Whichever language implements it first (C++ or other) I'm all in on. I come from a scientific background, where running code on data gathering machines, and writing it out, then reading it back in later for analysis is 90% of what I do.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#13Herb's CppFront looks like the best hope for a clean C++ future
CppFront is a different project entirely. It's like saying C++ is C's future
It's not intended as a separate language.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#14Still hoping for compile time introspection/reflection for class serialization. Whichever language implements it first (C++ or other) I'm all in on. I come from a scientific background, where running code on data gathering machines, and writing it out, then reading it back in later for analysis is 90% of what I do.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#15Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#16[flagged]
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#17I would love to see a world in which a system is designed and built from multiple languages, so that the "right" tool could be used for each part. Does this even make sense? The modern distributed web seems to be leading us there. Slowly, slowly. I would also love to see a world where all C, C++ dependencies magically port themselves to Rust without FFI or a first-cut rewrite that a hobbyist did. 10-20 years maybe? U…
And yes, it will either take decades to purge IT ecosystems from them, or they finally get some #pragma enable-bounds-checking, #pragma no-implicit-conversions (yes there are compiler specific ways to get things like this), and similar, so that they can stay in the game of safe computing.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#18Herb's CppFront looks like the best hope for a clean C++ future
CppFront is just like Carbon and Val, with a completly different syntax, translating to C++ is just an implementation detail, he just markets in a different way given his position at ISO, most likely not to raise too many waves.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#19Earlier quoted context omitted.
CppFront is a different project entirely. It's like saying C++ is C's future
CppFront compiles to C++ and everything is intended to map to clean usable C++ code so that if the project fails, the code is still salvageable in its C++ form. It's not intended as a separate language.
Re: Soursop and Ponies in Kona: A C++ Committee Trip Report
#20Herb's CppFront looks like the best hope for a clean C++ future