Conversation
Notices
-
Internet Turtle Ⓐ (taknamay@quitter.se)'s status on Saturday, 16-Sep-2017 11:17:06 EDT Internet Turtle Ⓐ
I have been thinking about how to design a statically typed language using the Scheme lexical structure and environment. -
Internet Turtle Ⓐ (taknamay@quitter.se)'s status on Saturday, 16-Sep-2017 11:18:56 EDT Internet Turtle Ⓐ
R7RS lets you define these kinds of thing in Scheme itself, which means I only have to work about design and not implementation. -
Internet Turtle Ⓐ (taknamay@quitter.se)'s status on Saturday, 16-Sep-2017 11:19:35 EDT Internet Turtle Ⓐ
It would be like Typescript basically, the static types are for tooling and static analysis but the runtime is dynamic "under the hood."
-
-