Barrett Adair via Boost
On Mon, Jul 31, 2017 at 9:09 PM, Phil Bouchard via Boost < boost@lists.boost.org> wrote:
Like I promised, here's a 17 minutes long documentary on BB++ which now shows its internals: https://youtu.be/GrNDYWyasxg
Nice video, and thanks for sharing. I think this is an interesting language design. Have you considered porting an existing software project to BB++? This seems like the logical next step to me.
Thanks Barrett, I appreciate. So there are 2 major things I am looking forward to do with the language: - Port existing Javascript apps to BB++ so we can convert them to C++ then WebAssembly; this way web apps will run 4x faster. - Improve the parser to support templates so that entire existing C++ projects can be converted to BB++; this will fix all memory leaks. I also need to run more benchmarks. Memory leaks are a thing of the past now!