タグ

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

タグの絞り込みを解除

luaとprogramに関するefclのブックマーク (3)

  • Luau

    Luau is a high-performance managed language with a fast bytecode compiler and interpreter, and an optimized, incremental garbage collector. Its optional JIT compiler runs on x64 and arm64, and supports plugins that extend native code generation to any embedder-defined types. Luau has a state-of-the-art gradual type system with features like type refinements and type functions. This system is power

    Luau
    efcl
    efcl 2021/11/04
    Lua派生の型付き言語
  • Nelua

    Nelua Programming Language Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language with a Lua flavor. Overview Download What is Nelua? Nelua is a systems programming language for performance sensitive applications, like real-time applications and game engines. Its syntax and semantics are similar to Lua, but its garbage collection

    efcl
    efcl 2021/09/27
    型付けされたLua言語的な構文を持ったプログラミング言語。 AOTコンパイル(C言語経由)でネイティブバイナリを生成したり、メタプログラミングのサポート、GCがオプショナルで外せるのでリアルタイムシステムに利用できる
  • Lua基礎文法最速マスター

    最近、基礎文法最速マスターというプログラミング言語の解説が流行ってるようなので、便乗してみた。個人的にはC++Pythonの方が慣れ親しんでいるのだが、自分でも勉強できるように普段使っていない言語を書いてみることにした。以前にここのブログで言及した言語、Processing、Erlang、Lua、PowerShellなどの中でもErlangとLuaに興味があったので、比較的書きやすいLuaを選んでみた。 何故Luaなのか? Wikipediaによると、Luaはブラジル・リオデジャネイロのカトリカ大学で生まれた手続き型言語だ。高速な動作、高い移植性、組み込みの容易さが特徴だ。また、ホストプログラムへの組み込みが容易であることもあって、コンピュータゲームなどで利用されている。有名どころでは、PlayStation HomeやWorld of Warcraftなどがある。また、小飼弾氏もなんて

    efcl
    efcl 2011/02/08
    Luaの文法紹介、入門に最適
  • 1