タグ

2015年9月12日のブックマーク (3件)

  • senseiplace.com

    コンテンツへスキップ × ハイライト テスト記事 5 テスト記事 4 テスト記事 3 テスト記事 2 テスト記事 1 テスト記事 5 テスト記事 4 テスト記事 3 テスト記事 2 テスト記事 1 2025/06/02 2025/06/02 2025/06/02 2025/06/02 2025/06/02 学習モチベーション これはテスト用のダミー記事です… 0 コメント もっと見る 2025/06/02 オンライン学習 これはテスト用のダミー記事です… 0 コメント もっと見る 2025/06/02 進路・キャリア これはテスト用のダミー記事です… 0 コメント もっと見る 2025/06/02 受験対策 これはテスト用のダミー記事です… 0 コメント もっと見る 2025/06/02 勉強法 これはテスト用のダミー記事です… 0 コメント もっと見る

    senseiplace.com
    igrep
    igrep 2015/09/12
    #yokohamarb で教えていただきました。
  • About – Code for Hakodate

    igrep
    igrep 2015/09/12
    #yokohamarb で教えていただきました。
  • MoonScript, a language that compiles to Lua

    MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features. class Thing name: "unknown" class Person extends Thing say_name: => print "Hello, I am #{@name}!" with Person! .name = "MoonScript" \say_name! MoonScript can either be compiled into Lua and run at a later time, or it can be dynami

    igrep
    igrep 2015/09/12
    知らなかった。Luaもアセンブリみたくなってるんだなー。