2007年10月程序语言排名》的相关内容

Ruby DSL

http://forum.javaeye.com/viewtopic.php?p=128602#128602 potian 写道 macro没有利用任何反射能力,和类型也没有关系 Lisp macro(我只知道Common Lisp)的macro主要是开放编译器内部的结构,把词法分析、语法分析和语义分析和执行中间割裂(不过S-Expression非常简单,基本上没有语法),Lisp的S-expr ...
by buaawhl 2006-07-12 浏览 (9102) 回复 (10) 关键字:

How Microsoft Lost the API War

http://www.joelonsoftware.com/articles/APIWar.html By Joel Spolsky Sunday, June 13, 2004 Printer Friendly Version Here's a theory you hear a lot these days: "Microsoft is finished. As soon as Li ...
by yyanghhong 2004-09-13 浏览 (1702) 回复 (2) 关键字:

January Headline: Ruby declared TIOBE's Programming Language

http://www.tiobe.com/tpci.htm
by zgd 2007-01-04 浏览 (1152) 回复 (3) 关键字:

.net下超庞大的语言家族,看你知道几种

Ada A# - port of Ada to .NET (Dr. Martin C. Carlisle) APL Dyalog APL (Dyalog Ltd) AsmL Abstract State Machine Language (MS Research) Basic Visual Basic.NET (Microsoft) mbas (Mono/Ximian) BE ...
by ray_linn 2008-04-16 浏览 (1563) 回复 (11) 关键字:

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-28 浏览 (688) 回复 (6) 关键字: ruby python scala groovy java

计算机语言

       这里是一个计算机语言的列表趋势,各位程序员可以参考一下:   转自:     http://www.tiobe.com/index.htm?tiobe_index        从中不难看出,Java、C是两种很厉害的语言;C ...
by cglxa 2007-05-17 浏览 (641) 回复 (0) 关键字: 计算机语言

2007编程语言排名

TIOBE Programming Community Index for December 2007 December Headline: Python surpasses Perl for the first time in history The TIOBE Programming Community index gives an indication of the popularity ...
by wjj 2007-12-19 浏览 (368) 回复 (0) 关键字: program language

Dynamic Languages — ready for the next challenges, by design

Dynamic Languages — ready for the next challenges, by design. David Ascher, PhD, ActiveState1 July 27, 2004 原文链接 Abstract Dynamic languages are high-level, dynamically typed open source ...
by Dustin 2007-01-23 浏览 (710) 回复 (0) 关键字: 动态语言

Programming Language

A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. The term programming language usually refers to high-level languages, such as BASIC, C, C++, COBOL, FORT ...
by anweixiao 2007-10-06 浏览 (239) 回复 (0) 关键字: The basic contents

TIOBE 1月排行:Ruby 進入十大!!!

本週的 TIOBE 排行出來了,結果是 Ruby 進入十大!!!,並且當選 TIOBE 2006 Programming Language of the Year。該怎麼形容這一刻的感覺呢?是的,Ruby 的確成為走向主流了Ruby 在沒有大公司支援,只靠社群跟網路的推廣下就拿下了十大語言之一,並擁有 2006 年最高的成長率(2.15%),Programming Language of the ...
by thegiive 2007-01-04 浏览 (621) 回复 (0) 关键字:

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1034) 回复 (2)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (906) 回复 (1)

china-pub上的新书:Groovy入门经典

Groovy入门经典这本书的英文名字是 Groovy Programming: An Introduction for Java Developers ,不知道写得如何,有没有人看过啊
by ahuaxuan 2007-11-12 浏览 (398) 回复 (3)

为什么是 XML 而不是 Lisp?!

我最近一直在思考这个问题。理论上来说,XML 的描述能力绝对在 Lisp/Scheme 的 S-exp 之下;XML 能表示的 S-exp 都能表示,比方说用 XMLisp,但反过来就不行了。而且更重要的是,Lisp 中是编程语言,而 XML 想做到这一点很困难。看到网上一篇文章,和我的想法很类似(http://www.stylusstudio.com/xsllist/200001/post403 ...
by Lich_Ray 2007-06-30 浏览 (1373) 回复 (5)

Enjoying Web Development with Tapestry出4.1版本的,推荐下载

地址:http://www.agileskills2.org/EWDT/ Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1) How to create AJAX web-based application easily? If you'd like to create ...
by tapestry 2006-12-31 浏览 (1043) 回复 (5)

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (4850) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏

Martin Flower分析Groovy和JRuby的前景

Martin Flower最近在自己的网站上面写了一篇分析Groovy和JRuby前景的文章: http://martinfowler.com/bliki/GroovyOrJRuby.html Groovy和JRuby是两个目前在JVM平台上面关注程度非常高的动态脚本语言,他们都比较适合用来做为领域专用语言(DSL)嵌入Java企业应用当中。而且目前Groovy和JRuby的发展都相当迅速,社 ...
by robbin 2007-12-09 浏览 (3574) 回复 (12) 关键字: groovy jruby

新编程语言:C--

官方网站:http://www.cminusminus.org 引用:介绍:C-- 语言是一个编译器的目标语言。该想法是一种一个高层次的语言编译器,转换程序进入到C --语言,使得C--编译器产生本土代码。 1 Introduction C-- is a compiler-target language. The idea is that a compiler for a high-le ...
by jejwe 2008-02-10 浏览 (1209) 回复 (0) 关键字: c--

推荐知识库条目

Comming soon