Rubyの生みの親、Matzのつぶやき日記です。 http://twitter.com/yukihiro_matz/

2014年08月01日のつぶやき

00:11

@ya0716 しかもRubyのできる人材を探していたのに、というていたらく。いや、そりゃRubyできるけど。

08:50

RT @rands: Animals using git: http://t.co/z5PXYI83YC @beltzner

10:53

RT @nadavrot: The Apple compiler team is looking to hire exceptional engineers to work on the Swift programming language. Msg me if interes…

11:35

RT @gingypurrs: Does anyone else like to #nap? http://t.co/ELCYY3CJ9y

21:37

RT @LumosityEng: Matz @yukihiro_matz was asked about removing the GIL from Ruby to allow threading. He says it's a catch-22. http://t.co/Bp

21:40

Many complain about Ruby GIL. We can remove it today. But that makes many threading program to crash. I'm sure they will complain. No way.

23:29

RT @_ko1: 驚くべきことに incremental gc 付きで test-all が走り終わった

23:33

@typed Interesting idea. But GIL is too fundamental in VM to make it optional, I'm afraid.

23:37

@naveenagarwal28 Ruby is opensource. Why dont you hack it to prove your impression. I'm looking forward to see your report.

23:45

link: JRuby: The Hard Parts // Speaker Deck - https://t.co/X3gx66apAP

23:45

link: HerokuのPHPサポートが正式版に。PHP 5.5およびHipHop VM 3.1を利用可能 - Publickey - http://t.co/AxvCWGFGNC

23:49

My vague plan for Ruby GIL is 1) add more abstract concurrency e.g. actors 2) add warning when using threads directly 3) then remove GIL