Besides the already mentioned "donate via crypto" red flag, this argument is NULL and void.<p>Different languages were made with a reason, and they solve different problems. Even Python can be efficient when your largest bottleneck is network or disk IO.<p>Nowadays we have Rust, which is slowly catching up to C speed, and sometimes even surpasses it.<p>C is a beautiful language when used in embedded space, where memory allocations are minimal. Once you start throwing mallocs left and right, you lose that simple elegance.