Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lua Equivalent for NumPy and SciPy?

Tags:

python

numpy

lua

I'm thinking of learning lua, i learned that it is a smaller language compared to python and has an efficient JIT compiler implementation in the form LuaJIT.

I would like to know is it possible to use lua the way i use python with Numpy+Scipy. further if Lua has numpy+scipy equivalent does it have a matplotlib equivalent?

like image 802
fedvasu Avatar asked Oct 16 '11 17:10

fedvasu


People also ask

Is NumPy and SciPy the same?

NumPy and SciPy both are very important libraries in Python. They have a wide range of functions and contrasting operations. NumPy is short for Numerical Python while SciPy is an abbreviation of Scientific Python. Both are modules of Python and are used to perform various operations with the data.

Is SciPy better than NumPy?

NumPy has a faster processing speed than other python libraries. SciPy on the other hand has slower computational speed. NumPy is basically for basic operations such as sorting, indexing, and elementary functioning on the array data type.


1 Answers

there is something else, i found something similar to Scipy+matplotlib for Lua,i'm not sure how active development is last release was in January 2011, it is GSL-shell it leverages the GSL library and has plotting capabilities , it is more like matlab than scipy+matplotlib.

like image 52
fedvasu Avatar answered Sep 18 '22 11:09

fedvasu