evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Embedded Systems #161

Closed trans closed 6 years ago

trans commented 7 years ago

I know Kitten is more-or-less "Haskell on a Stack Machine". I think that is awesome. But will there be facilities for doing embedded systems development? If you want to attract Forthers and not just Haskellers, that's something you probably want to consider.

evincarofautumn commented 7 years ago

Depends on what you mean by “embedded”—I’ve been thinking about some lower-level stuff lately, for example Arithmetic Types in Kitten. I’d like to at least avoid libc, and ideally be able to produce freestanding executables. But I don’t know what it would take to make Kitten suitable for the kinds of things people do in Forth.