Hacker News new | ask | show | jobs
by craigyk 3112 days ago
I'd vote for Lua: faster and less heavy than Python... Plus my biggest concern for Python would be how well the team can sandbox it. I know in this regard Lua also has advantages. Disclaimer: I am _way_ more proficient in Python than Lua, I just think Lua is a better choice.
3 comments

I've recently been using Lua, and I love it. That said, I find python a far more appropriate language. Think about the use cases and the ecosystem around python.The quality, breadth, and depth of the Lua ecosystem for the finance/education/data users of excel will lead users to favor Python.

The main thing that might be nice is tables as a data structure for spreadsheets, but somehow I picture pain.

Does Lua have anything like Numpy or Scikit-learn?
Yes, it has Torch.
Pandas?
I was thinking the same. Would Excel be able to embed it like so many other projects do?