Add IDL guide.

IDL is language used on astronomy, but it is now being replaced by
Python. I have added here the Getting Started with IDL.
This commit is contained in:
Gustavo Braganca 2013-10-14 11:01:48 +02:00
parent c55f31281c
commit 912ecfd9b6
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Icon](#icon)
* [IDL](#idl)
* [Java](#java)
* [JavaScript](#javascript)
* [Node.js](#nodejs)
@ -411,6 +412,11 @@
* [The Implementation of the Icon Programming Language](http://www.cs.arizona.edu/icon/ibsale.htm)
###IDL
* [Getting Started with IDL](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/getting-started-IDL-v7.0.pdf)
###Java
* [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html)