2008年10月11日星期六

reasoning across language

there are many case that combine at least two language to accomplish certain task:
  1. use compilation langauge such as C/C++/java to generate interpreted language program, such as TCL/SQL
  2. vice versa case, such as using bash to call compiled program
  3. using awk to generate TCL files to control Design compiler
  4. using PHP with javascript
So it is useful to reasoning across two language.

没有评论: