|
|
|
Show HN: Cognate – Stack oriented programming in English prose
(cognate-lang.github.io)
|
|
19 points
by stavromulabeta
1502 days ago
|
|
Hi everyone, I just wanted to show off my WIP programming language Cognate, which I thought you might find interesting. It takes inspiration from Factor and Joy, but uses prefix notation. The compiler ignores words starting with lowercase, allowing comments embedded into statements. It is a dynamic, garbage collected language oriented around higher order functions. |
|
It's helpful to me specifically, because I'm trying to tweak a forth like language written in C, and you're giving me a similar framework to compare it against. As a novice C programmer, this is very helpful.