logoalt Hacker News

LarsDu88today at 5:26 PM2 repliesview on HN

I love how in an article about making python faster, the fastest option is to simply write Rust, lol


Replies

pjmlptoday at 7:30 PM

That has been a thing forever, many "Python" libraries, are actually bindings to C, C++ and Fortran.

The culture of calling them "Python" is one reason why JITs are so hard to gain adoption in Python, the problem isn't the dynamism (see Smalltalk, SELF, Ruby,...), rather the culture to rewrite code in C, C++ and Fortran code and still call it Python.

falcor84today at 6:15 PM

There's no surprise that Rust is faster to run, but I don't think there are many who would claim that Rust is faster to write.

show 1 reply