Jules

Results 17 comments of Jules

The link you cited mentions minimalism and modularity as part of the Unix philosophy. None of these are either minimalist nor modular as they just add UI characters that are...

BTW I'm not saying the Unix philosophy should be a sacred text for software design, just saying that even though these tools *do* provide better user experiences for human interaction,...

> What about gcc? I didn't try anything yet with gcc as it doesn't support constexpr virtual destructors and I'm using them. I may be able to find a minimal...

Not yet, I'm busy with non-literal type compatibility at the moment. I will spend more time on that issue later and try to find better explanations.

I found these issues on the clang bug tracker: https://bugs.llvm.org/show_bug.cgi?id=43765 https://bugs.llvm.org/show_bug.cgi?id=46508 https://bugs.llvm.org/show_bug.cgi?id=47356 https://bugs.llvm.org/show_bug.cgi?id=50366 So it might just be a Clang issue as you said. So far turning the `operator==` member...

> Hold on. There is an example of constexpr usage of ctpg, it works just fine. There is no requirement on std::vector being constexpr at all, constexpr parsing uses my...

I figured I got confused while working on making `ctpg` compatible with non-literal types in constexpr functions: the fact that `ctpg::parser` variables can be constexpr **variables** has stronger implications than...

I'm working on elu on my side, you can check the progress I've made so far [on my fork](https://github.com/jpenuchot/phylanx). Most of the implementation has been done, I need to test...

## Review checklist for @JPenuchot ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...

> Hi @JPenuchot, @balos1 how is your review going? Hi Patrick, I have a few comments already: - there is no documentation, - the code is not commented, - there...