Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
charlieyu1
1 day ago
|
on: Mojo 1.0
Interesting. Heard about Mojo a few years now, never really tried it. My Python brain cannot really write C++ or Rust but still need the performance.
reply
seanw444
1 day ago
|
parent
|
next
You may have heard of it already, but Nim has existed in this space for some time.
reply
mathverse
1 day ago
|
root
|
parent
|
next
Nim could do better with more than just 1 or 2 brilliant developers
reply
SJMG
1 day ago
|
root
|
parent
Julia as well.
reply
raytopia
1 day ago
|
parent
Take a look into numba, you add a decorator to your function and it turns it into compiled code.
reply
maleldil
1 day ago
|
root
|
parent
It's JIT only, and it needs to be in a particular shape to be effectively compiled. It's mostly for numeric code, but there are many other cases where native code would be better.
reply