タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

iolanguageに関するvector_xenonのブックマーク (3)

  • io-fans: Home

    io is amazing. the fact that it is infinitely impossible to google it less so. this is intended to be a complete collection of io resources. there are others (as seen below), but they are all maintained by individual persons, and as such tends to go stale. feel free to add anything of relevance. guides, blogs, resources iolanguage.com official site wikibook: io programming tutorials, style guide i

  • Io Programming/Io Style Guide - Wikibooks, open books for an open world

    This page should contain guidelines to writing good Io code. Please contribute your wisdom, but in the interest of making it easier for readers to find things, please keep each major heading in alphabetical order. Use setters whenever possible, instead of direct assignment. Read/Write Attributes, often found in other languages, can be simulated by overriding the setSlot method on an object. Unless

  • Io プログラミングガイド

    Simplicity is the essence of happiness. - Cedric Bledsoe Io はプロトタイプベースの動的言語である。 その着想の大半は Smalltalk (全てがオブジェクトである)、Self[2] (プロトタイプベース), NewtonScript[3] (差分継承), Act1 (アクタとFutureによる並行動作)、Lisp[5] (コードは 検査 / 修正 可能なランタイムツリー) そして Lua[6] (小さい、組み込み可能). 観点 なぜ別の言語か? ここ 30 年のプログラミング言語の研究の焦点はほとんど、Smalltalk のような高水準言語の表現力と、Cのような低級言語の性能を融合することにか注意を払うことばかりに進んできました。 その結果、一連の言語はCほど速くないかSmalltalkほど表現力豊かでないものでした。 Io

  • 1