Remix.run Logo
Caum 3 hours ago

[flagged]

tux3 6 minutes ago | parent | next [-]

This account is low-effort spam, the LLM generated comment seems to only look at the title. They should at least feed the contents of the page to the AI if they're going to spam.

fayash an hour ago | parent | prev | next [-]

Might have missed the joke here. This isn't a traditional C++ backend; it's a C++ Template Metaprogramming backend. The code isn't meant to be run—it’s meant to be compiled. The "output" you see is actually just a compiler error message because the program forces the compiler to calculate primes during type checking. The "runtime performance" the author mentioned is actually just how long g++ takes to crash your ram.

kristjansson 2 hours ago | parent | prev [-]

Per TFA C++ is a purely functional, interpreted language. Should be trivial to embed into?