Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

LuaDist/gsl-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* GSL shell 2.2
* Copyright (C) 2009-2012 Francesco Abbate
* Author: Francesco Abbate
* Published under GNU GENERAL PUBLIC LICENSE, version 3

GSL shell offers an interactive command-line interface that gives
access to GSL collection of mathematical functions. GSL shell is based
on the powerful and elegant scripting language Lua.

GSL shell is not just a wrapper over the C API of GSL but does offer
much more simple and expressive way to use GSL. The objective of GSL
shell is to give the user the power of easily access GSL functions
without having to write a complete C application.

GSL Shell is based on LuaJIT2.
LuaJIT is Copyright © 2005-2012 Mike Pall.
LuaJIT is open source software, released under the MIT license.
More informations on the LuaJIT webpage http://luajit.org.