プログラミング言語Dは、元気だね。\(^O^)/ ― 2012年03月13日 06時17分13秒
ASAHIネット(http://asahi-net.jp )のjouwa/salonからホットコーナー(http://www.asahi-net.or.jp/~ki4s-nkmr/ )に転載したものから。
---
ひょんなことから、プログラミング言語Dの本が、また出ているのを知った。
2010年の本だけど。
http://www.amazon.co.jp/exec/obidos/ASIN/0321635361/showshotcorne-22/
The D Programming Language [ペーパーバック]
Andrei Alexandrescu (著)
2008年には、こんな本も出ている。
http://www.amazon.co.jp/exec/obidos/ASIN/1590599608/showshotcorne-22/
Learn to Tango with D [ペーパーバック]
Kris Macleod Bell (著), Lars Ivar Igesund (著), Sean Kelly (著),
Michael Parker (著)
ってなわけで、久々に、Dのサイトに行ってみた。
http://dlang.org/index.html
D Programming Language
日本語サイトは、
http://www.kmonos.net/alang/d/
プログラミング言語 D 2.0
以前に、immutableとか、sharedとかあった?
なんか、どんどん、並行・並列プログラミングの要素を入れているね。
ライブラリでも、以下は、テンプレートのメタプログラミング用?
一般プログラマには、ちんぷんかんだろうけど、言語マニアは、喜びそうな
気がする。
http://dlang.org/phobos/std_traits.html
std.traits
Templates with which to extract information about types and symbols at
compile time.
http://dlang.org/phobos/std_typecons.html
std.typecons
This module implements a variety of type constructors, i.e., templates
that allow construction of new, useful general-purpose types
http://dlang.org/phobos/std_typetuple.html
Templates with which to manipulate type tuples (also known as type
lists).
http://dlang.org/phobos/std_variant.html
This module implements a discriminated union type (a.k.a. tagged union,
algebraic type). Such types are useful for type-uniform binary
interfaces, interfacing with scripting languages, and comfortable
exploratory programming.
Documentationのところで、上記「The D Programming Language」の一部が
読めるようにしてあるね。
第1章の「1. Tutorial」は、入門だから、まあ、いいとして、
http://www.informit.com/articles/article.aspx?p=1381876
"D"iving Into the D Programming Language
By Andrei Alexandrescu
Jul 29, 2009
13章の「13. Concurrency」
http://www.informit.com/articles/article.aspx?p=1609144
Concurrency in the D Programming Language
By Andrei Alexandrescu
Jul 6, 2010
には、びっくり。Erlang, ScalaみたいなActor的なものもあるのね。
言語DもWalter Brightさんも、元気だね。なんか、うれしい。
と、ここまで書いて、自分のブログを検索したら、とっくに書いていた。\(^O^)/
http://iiyu.asablo.jp/blog/2008/05/31/3553739
プログラミング言語Dのネタ
http://iiyu.asablo.jp/blog/2010/07/30/5256197
プログラミング言語 D の新刊が出ている
やっぱ、3歩歩くと、忘れるのぉ。\(^O^)/
---
ひょんなことから、プログラミング言語Dの本が、また出ているのを知った。
2010年の本だけど。
http://www.amazon.co.jp/exec/obidos/ASIN/0321635361/showshotcorne-22/
The D Programming Language [ペーパーバック]
Andrei Alexandrescu (著)
2008年には、こんな本も出ている。
http://www.amazon.co.jp/exec/obidos/ASIN/1590599608/showshotcorne-22/
Learn to Tango with D [ペーパーバック]
Kris Macleod Bell (著), Lars Ivar Igesund (著), Sean Kelly (著),
Michael Parker (著)
ってなわけで、久々に、Dのサイトに行ってみた。
http://dlang.org/index.html
D Programming Language
日本語サイトは、
http://www.kmonos.net/alang/d/
プログラミング言語 D 2.0
以前に、immutableとか、sharedとかあった?
なんか、どんどん、並行・並列プログラミングの要素を入れているね。
ライブラリでも、以下は、テンプレートのメタプログラミング用?
一般プログラマには、ちんぷんかんだろうけど、言語マニアは、喜びそうな
気がする。
http://dlang.org/phobos/std_traits.html
std.traits
Templates with which to extract information about types and symbols at
compile time.
http://dlang.org/phobos/std_typecons.html
std.typecons
This module implements a variety of type constructors, i.e., templates
that allow construction of new, useful general-purpose types
http://dlang.org/phobos/std_typetuple.html
Templates with which to manipulate type tuples (also known as type
lists).
http://dlang.org/phobos/std_variant.html
This module implements a discriminated union type (a.k.a. tagged union,
algebraic type). Such types are useful for type-uniform binary
interfaces, interfacing with scripting languages, and comfortable
exploratory programming.
Documentationのところで、上記「The D Programming Language」の一部が
読めるようにしてあるね。
第1章の「1. Tutorial」は、入門だから、まあ、いいとして、
http://www.informit.com/articles/article.aspx?p=1381876
"D"iving Into the D Programming Language
By Andrei Alexandrescu
Jul 29, 2009
13章の「13. Concurrency」
http://www.informit.com/articles/article.aspx?p=1609144
Concurrency in the D Programming Language
By Andrei Alexandrescu
Jul 6, 2010
には、びっくり。Erlang, ScalaみたいなActor的なものもあるのね。
言語DもWalter Brightさんも、元気だね。なんか、うれしい。
と、ここまで書いて、自分のブログを検索したら、とっくに書いていた。\(^O^)/
http://iiyu.asablo.jp/blog/2008/05/31/3553739
プログラミング言語Dのネタ
http://iiyu.asablo.jp/blog/2010/07/30/5256197
プログラミング言語 D の新刊が出ている
やっぱ、3歩歩くと、忘れるのぉ。\(^O^)/
コメント
トラックバック
_ ホットコーナーの舞台裏 - 2013年04月22日 00時46分19秒
ASAHIネット(http://asahi-net.jp )のjouwa/salonからホットコーナー(http://www.asahi-net.or.jp/~ki4s-nkmr/ )に転載したものから。
---
さっき、
http://iiyu.asablo.jp/blog/2013/04/21/6786485
Googleは新レンダリング
---
さっき、
http://iiyu.asablo.jp/blog/2013/04/21/6786485
Googleは新レンダリング
コメントをどうぞ
※メールアドレスとURLの入力は必須ではありません。 入力されたメールアドレスは記事に反映されず、ブログの管理者のみが参照できます。
※なお、送られたコメントはブログの管理者が確認するまで公開されません。
※投稿には管理者が設定した質問に答える必要があります。