IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.66k stars 298 forks source link

GNU Scientific Library #350

Open pollend opened 7 years ago

pollend commented 7 years ago

I think this would be a really cool addon for the language. Its the GNU scientific library and the library itself comes with a lot of math utilities, and tools that could really add to the base language. The only difficulty is translating that into a non c structure for the language. Could be something of interest down the line.

https://www.gnu.org/software/gsl/manual/html_node/

stevedekorte commented 7 years ago

Yeah, that could be cool.

On Mar 19, 2017, at 11:25 PM, Michael Pollind notifications@github.com wrote:

I think this would be a really cool addon for the language. Its the GNU scientific library and the library itself comes with a lot of math utilities, and tools that could really add to the base language. The only difficulty is translating that in a non c structure for the language. Could be something of interest down the line.

https://www.gnu.org/software/gsl/manual/html_node/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

akluth commented 7 years ago

I will do that.