11 | | ZOO Kernel supports the following programming languages, and let you use them to create new ZOO Services from new or existing code : C / C++, Python , Fortran, Java, PHP (embedded), Perl and !JavaScript. |
| 11 | ZOO Kernel supports the following programming languages, and let you use them to create new ZOO Services from new or existing code : |
| 12 | |
| 13 | || Language || !ServiceProvider || !DataStructure || Return || |
| 14 | || C / C++ || Shared Library || maps* M || integer || |
| 15 | || Fortran || Shared Library || CHARACTER*(1024) M(10,30) || integer || |
| 16 | || Java || Class File || [http://download.oracle.com/javase/6/docs/api/java/util/HashMap.html HashMap] || integer || |
| 17 | || Python || Module File || [http://docs.python.org/tutorial/datastructures.html#dictionaries dictionary] || integer || |
| 18 | || PHP || Script File || [http://php.net/manual/language.types.array.php Array] || integer || |
| 19 | || Perl || Script File || || integer || |
| 20 | || !JavaScript || Script file || [http://www.json.org/ Object] or Array || !Array/Object || |