Conversation

Notices

  1. I have been thinking about how to design a statically typed language using the Scheme lexical structure and environment.

    Saturday, 16-Sep-17 15:17:06 UTC from quitter.se
    1. R7RS lets you define these kinds of thing in Scheme itself, which means I only have to work about design and not implementation.

      Saturday, 16-Sep-17 15:18:56 UTC from quitter.se
      1. It would be like Typescript basically, the static types are for tooling and static analysis but the runtime is dynamic "under the hood."

        Saturday, 16-Sep-17 15:19:35 UTC from quitter.se