タグ

2015年2月2日のブックマーク (5件)

  • SqueakJS by Bert Freudenberg

    About SqueakJS executes Squeak in a web page without a plugin. It is a fully capable virtual machine implemented in pure JavaScript running unmodified Squeak images. Squeak is a modern implementation of Smalltalk, the original dynamic object-oriented programming environment. It runs bit-identically on virtually any platform, and now in the web browser, too. You can try SqueakJS right now: Mini Squ

    yohshiy
    yohshiy 2015/02/02
    JavaScript 純正 Squeak (Smalltalk 環境)
  • Linux向けの汎用インストーラ「Calamares 1.0」リリース | OSDN Magazine

    ディストリビューション中立のインストーラフレームワーク「Calamares」の開発チームは1月30日、「Calamares 1.0」をリリースした。Fedoraなども貢献しているプロジェクトとなる。 Calamaresはディストリビューション非依存型のインストーラフレームワーク。FedoraやKubuntu、Manjaro、MauiNetrunnerなどが参加しており、Linuxディストリビューション向けに汎用のインストーラフレームワークを提供することを目指している。 プロジェクトは2014年5月、KDE開発者のTeo Mrnjavac氏や、Linuxディストリビューションのインストーラの多くに問題があると考えた開発者らが中心となって立ち上がった。共通の要件を満たすインストーラをアップストリームプロジェクトとして開発することを目的としている。プロジェクトBlue Systemsの支援

    Linux向けの汎用インストーラ「Calamares 1.0」リリース | OSDN Magazine
    yohshiy
    yohshiy 2015/02/02
    これはディストリビューションごとにいろいろあったパッケージマネージャを使わなくても済むようになるってことかな。
  • Go 1.5のブートストラップ化を目指すGoogle

    Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。このでは、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

    Go 1.5のブートストラップ化を目指すGoogle
    yohshiy
    yohshiy 2015/02/02
    ブートストラップは「プログラミング言語そのものでコンパイラーを開発する」ことで、Go のコンパイラーが C から Go になるらしい。Twitter の Bootstrap は関係ないみたい。
  • Documentation - Materialize

    flash_on Speeds up development We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers. group User Experience Focused By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and an

    yohshiy
    yohshiy 2015/02/02
    「マテリアルデザインに基づいたレスポンシブなフロントエンドフレームワーク」。マテリアルデザインは最近 Google が出してるデザインのガイドライン。CSS, JS などでできていて、 Rails 用の Gem もあるらしい。
  • Q. (関数型)リアクティブプログラミングとは何ですか? | POSTD

    Wikipediaで リアクティブプログラミング (reactive programming)を調べてみました。また、 関数型リアクティブプログラミング (functional reactive programming, FRP)についても少し説明があったので確認してみましたが、どちらも説明が大雑把です。 実際のところ関数型リアクティブプログラミングとはどういう意味なのでしょうか?リアクティブプログラミングは(非リアクティブプログラミングと比べて)何で構成されているのですか?私は命令型のオブジェクト指向言語を使っているので、そのパラダイムに関連させて説明して頂けると大変有難いです。 asked by JtR Answer(s) FRPの感触をまず試してみたいのであれば、 1998年に発表された古典のFran tutorialに目を通してみると良いでしょう。 これは動画で説明されています。

    Q. (関数型)リアクティブプログラミングとは何ですか? | POSTD
    yohshiy
    yohshiy 2015/02/02
    ”Reactive プログラミングとは” という質問に対する Stack Overflow の回答の和訳。一つ目の回答、さっぱり意味が分からん。