Tuesday, April 14, 2009

ILU - Inter Language Unification



What is ILU?

Inter-Language Unification or ILU is a method for computer systems to exchange data, bridging differences in the way systems represent the various kinds of data. Even if two systems run on the same computer, or on identical computer hardware, many differences arise from the use of different computer languages to build the systems.

 

ILU is

• a technology for specifying procedural interfaces of software

modules in a clear language-independent fashion

• a technology for implementing software modules that export

such interfaces, in multiple languages

• a technology for using such modules in a language-independent,

inter-address-space-capable, inter-machine-capable way

 

Inter-Language Unification

http://dbserv.jinr.ru/js/content/ilu/index.html

 

Using ILU with ANSI C: A Tutorial

ftp://ftp.parc.xerox.com/pub/ilu/misc/tutc.html

 

ILU 2.0beta1 Reference Manual

ftp://ftp.parc.xerox.com/pub/ilu/2.0b1/manual-html/manual_toc.html

 

Using ILU with Java: A Tutorial

ftp://ftp.parc.xerox.com/pub/ilu/misc/tutjava.html

 

Using ILU with Python: A Tutorial

ftp://ftp.parc.xerox.com/pub/ilu/misc/tutpython.html

 

Learn ILU With C

http://www.academictutorials.com/ilu/ilu-with-ansi-c-cintroduction.asp

 

ILU Fixing the Implementation

http://www.academictutorials.com/ilu/ilu-fixing-the-implementation.asp

 

Stanford Digital Library : ILUdiscussion

http://diglib.stanford.edu:8091/~testbed/ilu/


ILU Concepts

http://diglib.stanford.edu:8091/~testbed/ilu/ilu20doc/manual_1.html

No comments:

Post a Comment