Hacker News
new
past
comments
ask
show
jobs
points
by
charlieyu1
17 hours ago
|
comments
by
seanw444
16 hours ago
|
next
[-]
You may have heard of it already, but Nim has existed in this space for some time.
reply
by
mathverse
16 hours ago
|
parent
|
next
[-]
Nim could do better with more than just 1 or 2 brilliant developers
reply
by
SJMG
8 hours ago
|
parent
|
prev
|
[-]
Julia as well.
reply
by
raytopia
14 hours ago
|
prev
|
[-]
Take a look into numba, you add a decorator to your function and it turns it into compiled code.
reply
by
maleldil
10 hours ago
|
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