加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

Scirpting Language or System Programming Language?

(2010-11-13 19:44:27)
标签:

脚本语言

系统编程语言

应用程序

it

分类: 编程经验--积跬步至千里
In deciding whether to use a scripting language or
 a system programming language for a particular task,
 consider the following questions: 
Is the application’s main task to connect preexisting components? 
Will the application manipulate a variety of different things?
Does the application include a GUI? 
Does the application do a lot of string manipulation? 
Will the application’s functions evolve rapidly
 over time? 
Does the application need to be extensible? 
Affirmative answers to these questions suggest that a scripting language will work well for the application. On the other hand, affirmative answers to the
 following questions suggest that an application is better suited to a system programming language: 
Does the application implement complex algorithms or data structures? 
Does the application manipulate large datasets,
 for example, all the pixels in an image, such that
 execution speed is critical? 
Are the application’s functions well defined and
 slow to change? 

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有