#24 楼 @jonny 语言本身都不是问题,还是方法和思想的问题,Ruby 也有 Actor 的库,基于 Fiber 实现的 https://github.com/celluloid/celluloid Sidekiq 就是基于 Celluloid 比较成功的项目。
#25 楼 @bhuztez 可以看看这个 http://elixir-lang.org/crash-course.html
不一样的地方还是有的,比如 Macros http://elixir-lang.org/getting_started/5.html
#22 楼 @bhuztez jose 自己说希望 Elixir 用于 Web,像 Ruby 和 Python 一样,而不是 Erlang 大量的用于交换机,电话网络这方面。希望可以把 Erlang 在 Web 上的优势发挥出来,还有就是 jose 认为 Erlang VM 很好,但是 Erlang 语言的语法设计的很烂,具体可以参见 9 楼的 podcast。
#10 楼 @camel 应该说还没有,Elixir 现在的开发重点都在语言本身上,Dynamo 可以用,但是和语言一样一样是 unstable 的状态。相比当时的 0.4,现在的版本号为 0.10.1,有了许许多多的提升 http://elixir-lang.org/blog/categories.html#releases
Dave was excited about Elixir, in the introduction to his new book he says:
I came across Ruby in 1998 because I was an avid reader of comp.lang.misc (ask your parents). I downloaded it, compiled it, and fell in love. As with any time you fall in love, it’s difficult to explain why. It just worked the way I work, and it had enough depth to keep me interested.
Fast forward 15 years. All that time I’d been looking for something new that gave me the same feeling.
I came across Elixir a while back, but for some reason never got stuck in. But a few months ago I was chatting with Corey Haines. I was bemoaning the fact that I wanted to find a way to show people functional programming concepts without the kind of academic trappings those books seem to attract. He told me to look again at Elixir. I did, and I felt the same way I felt when I first saw Ruby.
额...
#4 楼 @blacktulip 第一句的回答是 No,第二句应该是 Yes,因为我不是很了解 Scala。
Coffee 是 Java Script 的语法糖,他没有对语言本身进行扩展,Coffe Script 和 Java Script 本质上是同样的东西,你不能在 Coffee Script 上做 Java script 不能做的事。Coffee Script 被编译为 Java Script,但是 Elixir 并不会被编译为 Erlang,如果把 Coffee Script 看做 Java script 的超集,那么 Elixir 和 Erlang 是算是交集,因为 Erlang 和 Erlang VM 本身也是两个东西。
"I work on open source projects when I can. These are my favorites." - Ryan Tomayko
@hlxwell try this one http://artoo.io/
前段时间看到的,很新的项目
使用 commits/35 + 1,大部分的时候可以,Github 只提供了 Next,没提供 Last,这里有点怪不人性化。
我看了下第二版和最新版页数差了一倍,应该是重写了很多的内容
还有就是,这本书的老版本是有翻译的吧?我记得名字叫《向 Ruby 之父学程序设计》,高桥是日本 Ruby 协会的会长,高桥流的作者,就 Matz 每次 Slide 都是一页就几个超大字的那种风格。
@lakuxin 我今年 7 月刚参加过日语 1 级考试,通过应该没问题,不过结果现在还没法查,多少分我也没法说。
接触 Ruby 大概 2 年多,写过些 Rails 的东西,老双飞燕看过 2 遍,Ruby 的概念大部分算是清楚。
我看るれま(Ruby Reference Manual for Japanese,日本那边完全重写的日语 Ruby 文档,应该是比 ruby 源码自带的 rdoc 要详细的多 http://doc.ruby-lang.org/ja/2.0.0/doc/index.html )基本上没什么问题。
我有点意向,可以的话想尝试下,如果有样章的话,我翻一下,你那边看看,合适的话再继续讨论,这样行不?
想把 Webkit 跑在客户端上并且能稳定,在现在看来,需要花很大的功夫,你还需要不少的 C 和 C++ 知识,总的来说现在用 Webkit 写客户端程序对大多数人来说是吃力不讨好的事。
当然上面是指直接使用,间接的话,如 Cocoa 的 WebView 就是使用的 Webkit,但是你还是不能光靠 javascript 来实现客户端程序,还是需要 Objective-c 和 Cocoa API 的知识。
要说现在比较有名的 Webkit 客户端程序的话,你可以去看看 adobe 的 bracket 项目 https://github.com/adobe/brackets
Ctrl-e
2 楼朋友说的和楼主想看的东西应该不是一回事吧,不过是本好书,就是有些老了,还是 1.7.3 的内容,1.8 的话就有翻译的价值了
@qinfanpeng 手册看这份 http://www.rubydoc.info/stdlib
第一个 core 是内核里的东西,其他是标准库
这还有个 conf 的演讲,内容是关于 Ruby 的几个标准库的,可以看看 http://confreaks.com/videos/2347-mwrc2013-ruby-batteries-included
@xiaoeda 日本語も結構ですよ,簡単だけどね
当然是按最后回复时间排的,这不挺标准吗? 帖子创建时间目前就是多少多少小时、天以前。
可以去 oh my zsh 的 repo 里面找些灵感,那里有不少 theme 可以挑
个人终端用分屏不用 Tab
各个软件也可以分屏,或者放到别的 Space(例如全屏)