Closed as not planned
Description
Cognate looks really cool. The one place I think the literate aspect can be improved is with the binary operators, which are hard to read in a sentence as prefix symbols.
Print * 3 by - 7 2;
If the following looks nice, I will make a pull request to add synonyms like this:
Print Multiply 3 by Subtract 7 from 2;
and so on, +
would be Add
, Inequal?
and Equal?
for !=
and ==
, because of the same for While (!= "done" Twin Input)
Metadata
Metadata
Assignees
Labels
No labels