浏览代码

Merge pull request #94 from gabraganca/IDL

Add IDL guide.
vhf / victor felder 12 年之前
父节点
当前提交
850ada949a
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      free-programming-books.md

+ 7 - 0
free-programming-books.md

@@ -31,6 +31,7 @@
 * [Haskell](#haskell)
 * [HTML / CSS](#html--css)
 * [Icon](#icon)
+* [IDL](#idl)
 * [Java](#java)
 * [JavaScript](#javascript)
     * [Node.js](#nodejs)
@@ -411,6 +412,12 @@
 * [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)
+* [Guide to Using IDL for Astronomers](http://www.astro.virginia.edu/class/oconnell/astr511/IDLresources/IDLguide.html)
+
+
 ###Java
 
 * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html)