On 9 September 2022 11:47:30 am UTC, Jonathan Wakely <jwakely....@gmail.com> wrote: >On Fri, 9 Sept 2022 at 12:17, SAIFI wrote: >> >> > >> > let's use a simple database, a CSV file for simplicity, and generate both >> > files from this. >> >> Curious to learn, why wouldn't you want to do it in C++ itself ? >> >> As an example, please see >> https://github.com/cplusplus/lib-issues-software > >That repo has been dead for years, maybe you want the still maintained code at: >https://github.com/cplusplus/LWG/tree/master/src > >I'm not persuaded that 4000 lines of C++ code for processing XML into >HTML is really a good alternative to 150 lines of Python.
To quote again, the OP words for emphasis, "let's use a simple database, a CSV file for simplicity, and generate both files from this." Do you think the effort estimate to implement this requirement is "4000 lines of C++" ? Am i missing something here ? warm regards Saifi.