我想用PYTHON写一个小例子来理解什么是脚本语言
作者:LAssemblyL 2005年10月30日 19:51 进入论坛 相关讨论:python脚本python例子perl脚本例子理解的例子关于理解的例子理解他人的例子pythonpython平台python下载scim python 我想用PYTHON写一个小例子来理解什么是脚本语言,我学了PYTHON,但不明白什么是脚本语言,虽然网上有解释,但说总比做抽象,我想自己写个小程序。谁能提供一个简单的例子让我去做?我熟悉C/ASM 以下为回复:
1楼 2005-10-31 00:03 wanghui0380 [引用] [回复]
所谓脚本语言就是不用经过编译连接等步骤,可以直接以原代码的形式就可以运行的语言,至于编写代码除了打卡纸带和汇编,其他语言都差不多,没所谓熟悉不熟悉的。 2楼 2005-10-31 09:56 fibbery [引用] [回复] 理解脚本最好从英文的本义理解: script n. 手迹,手稿,副本 [skrIpt] script AHD:[skr?t] D.J.:[skript] K.K.:[skr!pt] n. Handwriting. A style of writing with cursive characters. A particular system of writing: cuneiform script. Printing A style of type that imitates handwriting. The matter set in this type. The text of a play, broadcast, or movie. A copy of a text used by a director or performer. Law An original document. script v.tr. script.ed; script.ing; scripts; To prepare (a text) for filming or broadcasting. To orchestrate (behavior or an event, for example) as if writing a script: he brilliant, charming, judicial moderate scripted by his White House fans?Ellen Goodman) Middle English skript[ a piece of writing ] alteration of scrite fromOld French escrit fromLatin scr?tum,from neuter past participle of scr?ere[ to write ] *See Also : skr?h- In Appendix Script abbr. Scriptural Scripture. script AHD:[skr?t] D.J.:[skript] K.K.:[skr!pt] n. Handwriting. 手迹 A style of writing with cursive characters. 草写体潦草的书写体 A particular system of writing: 楔形文字一种书写的特殊体系: cuneiform script. 楔形文字 Printing 【印刷术】 A style of type that imitates handwriting. 书写体铅字仿造书写体的铅字形式 The matter set in this type. 书写体印刷物 The text of a play, broadcast, or movie. 剧本、广播稿或者电影剧本 A copy of a text used by a director or performer. 剧本导演或演员用的剧本复本 Law 【法律】 An original document. 原本 script v.tr. script.ed; script.ing; scripts; To prepare (a text) for filming or broadcasting. 为电影或广播写剧本 To orchestrate (behavior or an event, for example) as if writing a script: 编造把(例如行为或一件事)就象写剧本一般编造: he brilliant, charming, judicial moderate scripted by his White House fans?Ellen Goodman) “被他的白宫迷们编造成的一个有才气的,迷人的,公正的稳健派人物”(埃伦·古德曼) Middle English skript[ a piece of writing ] 中古英语 skript[ 一篇文章 ] alteration of scrite scrite的变化 fromOld French escrit 源自古法语 escrit fromLatin scr?tum,from neuter past participle of scr?ere[ to write ] 源自拉丁语 scr?tum, 源自scr?ere的中性过去分词[ 写作 ] *See Also : skr?h- In Appendix Script abbr. Scriptural Scripture. script 来自拉丁语scriptum写出来的东西 [skrIpt] n (连体英语草书的)笔迹,手迹 书写字母,书写符号 German script 德文书写体字母 讲话稿;剧本; 广播稿;原稿 笔试卷,答卷 penmanship writing copy print script [skript] n. 手写体; 稿本; 文字材料; 书写的字母[字体、字迹、符号等]; 笔记 戏剧脚本原稿 广播原稿 【律】正本 German script 德文字母 The script was delivered to the director ahead of schedule. 剧本已提前送交导演了。 I received a letter from him in his neat script. 我收到了他一封字迹工整的信件。 script [skript] vt. [美俚]把...写成广播稿; 把...改编成电影剧本 script a novel into a movie 把一部小说改编成电影剧本 script [skript] vi. 写电影脚本(广播稿等) scriptliner n. 勾线笔 scriptwriter n. (电视、电影)脚本作者 scripted adj. 照原稿宣读(或广播)的 artificial script 人造文字(如速记) camera script 摄象机活动提示, 摄象脚本 cursive script 草书 German script 花体字 machine script 机器能读出的数据 National Phonetic S- 国音字母 shooting script 拍摄手稿 television shooting script 电视分镜头剧本 script [ skript ] n.手稿, 手迹, 剧本, 考生的笔试卷, 原本 --- 上面是金山词霸中复制出来的。 脚本就是人们写出来的原稿,所以,到了计算机的脚本语言,就是人们用计算机语言写出来的原始程序,而这种程序无需经过编译成计算机码,而由解释器解释就可以执行,所以,这种语言就形象地被称为脚本语言。 本篇文章来自<A href='http://www.'>IDC专家网</a> 原文链接:http://www./discuss/15/051030/19/191346_1.html
|
|