|
|
|
|
|
by branksy
2804 days ago
|
|
Fascinating! Serious question: could this turn JavaScript (technically Walt) into a serious language for scientific computation? That now runs in any browser? E.g. Python is used a lot together with NumPy/SciPy, but for performance the actual computation in NumPy/SciPy is done in C since Python is too slow. Would it be possible to create Walt-native versions of NumPy and SciPy... e.g. NumWalt and SciWalt? Or even Jupyter notebooks based on Walt? |
|
You might want to check that you’re actually gaining any performance, the JIT compilations of JavaScript aren’t often slow.