Is there a way to run IDL code without paying for license?

587 Views Asked by At

I have to convert some code from IDL to Python as a part of a project. The problem is that to convert it I need to learn IDL first and I can't seem to find a compiler for it nor can I find any tutorials. Is there any other way to run the code? Any compiler even if they are trial versions that work for like a day would help too. Thanks

1

There are 1 best solutions below

0
mgalloy On

Try the open source version of IDL, GDL. It is a separate open source implementation of IDL, so not 100% compatible, but pretty close now.