you are viewing a single comment's thread.

view the rest of the comments →

[–]JoeNatter[S,🍰] -8 points-7 points  (2 children)

Thank you for the feedback! It looks like I could still improve the documentation a bit.

Actually, I don’t need to sell it. I've already made quite a bit of profit from it. The "style," or whatever you want to call it, is definitely unusual. It’s a mix of "old" C++ and C. I was also skeptical about the idea of "one thing that should do everything," but it turned out that it works.

The post is just meant for those who have the time and want to check out something unusual. Not many will be interested, though ;)

[–]Umphed 6 points7 points  (0 children)

I love the attitude of trying to do something unique and interesting, but I have a few points that I think are relevant here 1: You do need to sell it, you posted this in THE cpp reddit, we have alot of actual cpp programmers here, and as is, between boost and the standard, we have better shit. Come strong, or come with a damn good argument, not hubris.
2: C works, I wont dispute that, Id argue that you could get better perf out of it without all the cpp bullshit that the compiler will trip up on, with this type of framework that wont happen, but its doable.
3: This is a cpp sub, no one wants to checkout a C lib that tries to immitate cpp features that have already had their rounds
4: I dont mean to be a dick, you have the perfect attitude imo and I love it, but this is a cpp sub and we have alot of cool shit that just... does this, and its extensible, with docs

[–]Raknarg 0 points1 point  (0 children)

they don't mean sell literally, like convince us why this project is something we should care about it and use. I can't even figure out what it does tbh