|
|
|
|
|
by atennapel
2210 days ago
|
|
Maybe a pure logical programming language such as MiniKanren can be seen as non-linear? There you just read in all the rules you defined and (I think) it does not matter in which order you try to match the rules when you query the system. |
|
Seems so ... even in logic programming we have logic glyphs. Maths is full of glyphs with connectors, especially the integral sign.
<bank-glyph>->50<money-glyph> is sorta analogous to bank->withdraw(50) ... (HN seems to be removing emojis)
This makes sense ... is this how chinese words operate ? Its logical and it makes sense why early languages were logogram based. In normal languages like english it seems the "connection" points are separate and split into separate words.
Has anyone done research on commonly used words in code ?