タグ

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

タグの絞り込みを解除

cとjavascriptに関するteppeisのブックマーク (3)

  • Duktape

    See GCC options for minimizing code footprint. Full lowmem uses "pointer compression" and ROM-based strings/objects. ROM-based strings/objects can also be used without other low memory options. Current status Stable Support Duktape Wiki: wiki.duktape.org User community Q&A: Stack Overflow duktape tag Bugs and feature requests: GitHub issues General discussion: IRC #duktape on chat.freenode.net (we

    teppeis
    teppeis 2015/06/07
    組み込み向けJSエンジン、ES5互換、ES6を一部実装
  • Clang in JS

    input extern void puts(const char *str); int main() { puts("hello, world!"); return 0; } console Limitations C preprocessor is not hooked up. If you want to also execute the code, use this LLVM IR runner or one of the many CPU emulators out there in JS. This is a quick hack, build size and perf have not been optimized yet.

    teppeis
    teppeis 2013/11/15
    “This is Clang running in JS, ported by emscripten.”
  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

    teppeis
    teppeis 2008/09/07
    サーバーサイドJS
  • 1