《R12B-1 released》的相关内容
相关讨论
erlang R12B预览版本出来了
erlang R12B预览版本出来了 可以在 http://erlang.org/download/snapshots/otp_src_R12B-0.tar.gz 下载, 正在比对 看作了什么改进。
by mryufeng 2007-10-27 浏览 (1360) 回复 (6) 关键字: r12b release
Erlang/OTP R12B-3 released
Erlang/OTP R12B-3 released
The third service release for Erlang/OTP R12B has been released. (June 11, 2008)
最大的卖点:
An experimental module "re" is added to the emulator which interfaces a publicly ...
by mryufeng 2008-06-12 浏览 (257) 回复 (0) 关键字: erlang/otp r12b-3 released
ErlyBird 0.15.2 - Erlang IDE on NetBeans
支持OTP/Erlang R12B引入的新语法
多了一个Emacs的颜色方案
改正了一些格式化的缺陷
更好的语法错误提示内容
下栽:
http://sourceforge.net/project/showfiles.php?group_id=192439
by dcaoyuan 2007-12-14 浏览 (440) 回复 (2) 关键字: erlang netbeans ide
Erlang/OTP R12B 正式析出
The Erlang/OTP team is proud to announce the release of Erlang/OTP R12B, now with SMP support for Windows and the language extensions: bitstring and binary comprehensions. (Dec 5, 2007)
This documen ...
by fatsnake 2007-12-06 浏览 (797) 回复 (3) 关键字:
相关博客
erlang R12B预览版本出来了
erlang R12B预览版本出来了 可以在 http://erlang.org/download/snapshots/otp_src_R12B-0.tar.gz 下载, 正在比对 看作了什么改进。
by mryufeng 2007-10-27 浏览 (1041) 回复 (6) 关键字: R12B release
Erlang/OTP R12B released
Major relese : otp_src_R12B-0Build date : 2007-12-04R12B-0 is a major new release of Erlang/OTP.You can download the full source distribution from http://www.erlang.org/download/otp_src_R12B ...
by lukeshei 2007-12-05 浏览 (5) 回复 (0) 关键字:
Erlang/OTP R12B-3 released
Erlang/OTP R12B-3 released
The third service release for Erlang/OTP R12B has been released. (June 11, 2008)
最大的卖点:
An experimental module "re" is added to the emulator which interfaces a publicly ...
by mryufeng 2008-06-12 浏览 (210) 回复 (0) 关键字: erlang/otp r12b-3 released
erlang r12b1 改进内存分配效率,大幅提高smp的运行速度
release 说明: http://www.erlang.org/download/otp_src_R12B-1.readme
对比了下代码看来r12b1主要是在smp情况下改进了内存分配的速度(内存浪费更多 典型空间换时间) 还有就是lksctp的支持。
binary的也做了少许的优化。其他的大多数是bugfix。
by mryufeng 2008-02-23 浏览 (445) 回复 (0) 关键字: r12b-1 内存 lksctp
ubuntu下编译安装Erlang
先要这样
apt-get install build-essential
apt-get install libncurses5-dev
apt-get install m4
apt-get install libssl-dev
然后要用新立得装如下库:
libc6
unixodbc
gcj
然后下载源代码
tar -xvf otp-src-R12B-0.tar.gz
cd ...
by hideto 2008-01-18 浏览 (605) 回复 (1) 关键字: 编译
相关圈子讨论
Tapestry4.1.2 Released
Tapestry4.1.2 Released
Release notes
http://tapestry.apache.org/tapestry4.1/release-notes.html
blog
http://blog.opencomponentry.com/2007/06/26/tapestry-412-ognl-27-released/
by tapestry 2007-06-27 浏览 (312) 回复 (0)
Seam 2.0.1.GA released!
下载地址:
http://labs.jboss.com/jbossseam/download/index.html
What's new in Seam 2
http://in.relation.to/Bloggers/WhatsNewInSeam2
by springhill 2007-09-19 浏览 (1004) 回复 (3)
DMD 2.006 released
http://www.digitalmars.com/d/changelog.html
半个月的时间就添加了成堆的特性。
What's New for D 2.006
Oct 16, 2007
New/Changed Features
* Transformed all of string, wstring, and dstring into invariant definitio ...
by oldrev 2007-10-17 浏览 (163) 回复 (2)
DMD 1.024 & 2.008 released!
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.announce&article_id=10699
http://www.digitalmars.com/d/changelog.html
引用
What's New for D 2.008
Nov 27, 2007
New/Changed Fea ...
by oldrev 2007-11-28 浏览 (1306) 回复 (18)
DMD 1.015 has been released!
This is NOT the const/final/invariant thing. It is necessary to correct
a memory corruption bug in the gc.
http://www.digitalmars.com/d/changelog.html
http://ftp.digitalmars.com/dmd.1.015.zip
by oldrev 2007-06-06 浏览 (404) 回复 (4)
相关新闻
Erlang学习资源收集
Erlang语言绝对算得上是一种“小众”语言,但其未来的发展前景却是无法估量的,因为它可以解决传统语言很难解决的并行计算中的难题。Erlang是一种函数式(变量只能赋值一次)、强类型、动态类型(变量类型在运行时决定,代码需要编译后才能执行,与 Python,Ruby等不一样)、面向并发(Concurrency Oriented)的语言。
Erlang学习资 ...
by QQbyte 2008-08-08 浏览 (1072) 回复 (1) 关键字: erlang 学习资源 收集
ErlyBird 0.16.0 发布
dcaoyuan同学的erlang IDE项目发布了新版本,用erlang开发的童子们赶快下载更新吧。
ErlyBird 0.16.0 Released - An Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an im ...
by dcaoyuan 2008-03-06 浏览 (456) 回复 (0) 关键字: erlang
ErlyBird 0.16.0 发布 Erlang IDE
ErlyBird 0.16.0发布,ErlyBird 是Erlang 基于NetBeans的IDE开发环境。新版本发布了一些重要属性,大小25M,如果你下载了Netbeans最新版本,你可以通过升级中心安装ErlyBird模块。
下载地址:http://sourceforge.net/project/showfiles.php?group_id=192439
ErlyBird 0.16.0 R ...
by dcaoyuan 2008-03-18 浏览 (541) 回复 (1) 关键字: erlang

