gdl
Free IDL compatible incremental compiler
Install
- All systems
-
curl cmd.cat/gdl.sh
- Debian
-
apt-get install gnudatalanguage
- Ubuntu
-
apt-get install gnudatalanguage
- Alpine
-
apk add gdl
- Arch Linux
-
pacman -S gdl
- Fedora
-
dnf install gdl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gnudatalanguage
- OS X
-
brew install gdl
- Raspbian
-
apt-get install gnudatalanguage
- Dockerfile
- dockerfile.run/gdl
- Docker
-
docker run cmd.cat/gdl gdl
powered by Commando
gnudatalanguage
Free IDL compatible incremental compiler
GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. From IDL 8.0, the following language elements are supported: * FOREACH loop * negative array indices * garbage collection pointers and objects * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`) The file input output system is fully implemented. GUI support (widgets) is officially provided, but it's not complete yet. This package contains the main commandline and interpreter frontend.