imtringued 4 days ago | prev | next |

I have to be harsh to this.

It is a surreal combination of both python style white space sensitivity and C style curly braces with random features taken from both.

The __x__ methods in python are in my opinion a severe design mistake and taking inspiration from that means you really have no clue about programming language design. You're just taking things that already exist 1:1 in one language and are just giving it the syntax of the other language. This really is just a weird way of writing C++ code.

NoZZz 4 days ago | prev |

Pretty lame, we've been able to embed Lua in C with ease for ages.

remram 4 days ago | root | parent |

Completely different meaning of embedded, this is about putting the generated C code in your program, not putting the interpreter in your program.