タグ

Racketに関するigrepのブックマーク (3)

  • 限定継続いろいろ | 雑記帳


     LunarML LunarMLVM 使 使 使   void g() { //  } void f() { double j; g();
    igrep
    igrep 2022/10/30
    LunarML, Wasm stack-switching proposalを試しに実装するのに良さそう(どっちも詳細詳しくないので知らんけど)
  • GitHub - racketscript/racketscript: Racket to JavaScript Compiler

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - racketscript/racketscript: Racket to JavaScript Compiler
  • Racket

    #lang racket/gui (define my-language 'English) (define translations #hash([Chinese . "你好 世界"] [English . "Hello world"] [French . "Bonjour le monde"] [German . "Hallo Welt"] [Greek . "Γειά σου, κόσμε"] [Portuguese . "Olá mundo"] [Spanish . "Hola mundo"] [Thai . "สวัสดีชาวโลก"] [Turkish . "Merhaba Dünya"])) (define my-hello-world (hash-ref translations my-language "hello world")) (message-box "" my

    igrep
    igrep 2015/05/05
    ほんまいろいろつくるなぁ
  • 1