https://www.bountysource.com/fundraisers/489
1.x 背后的 20000 行 shell 脚本越来越难维护了,所以正在向 Ruby 脚本迁移。
这项工程需要资金支持,目前正在募捐中。
#1 楼 @Rei 这玩意那不以后高的和 nodejs 的 版本管理器一样啊 先装 node 然后装https://github.com/visionmedia/n
其实最奇葩的是“The CoffeeScript compiler is itself written in CoffeeScript”,我一直没搞明白这是什么技术。
#24 楼 @andor_chen 印象中 CoffeeScript 的第一个编译器是 Ruby 写的,然后再用 CoffeeScript 写自己的编译器。所以 CoffeeScript 的语法很像 Ruby
应该是先用一段脚本解决环境依赖问题,然后安装一个标准版本的 ruby,有了 ruby 后,其他的功能再用 ruby 来实现吧。 作者打算用 1 年来干这个事,真是雄心勃勃的计划啊。募集 50000 刀,是想全职干这事的节奏?
#50 楼 @fleuria 应该是基于之前积累的 binary 版本
Bootstrapping
Using ruby should be possible thanks to binary rubies, in worst case we can fallback to static build or use JRuby. The binary Ruby (or static or JRuby) will be installed along with RVM 2 using very simple bootstrapping script written in shell most likely pure SH to provide compatibility with as much systems as possible