소스 검색

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)