guitarvydas / guitarvydas.github.io

1 stars 0 forks source link

2021/04/23/Relational-Programming-and-the-Kitchen-Sink #4

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Relational Programming and the Kitchen Sink

https://guitarvydas.github.io/2021/04/23/Relational-Programming-and-the-Kitchen-Sink.html

RAbraham commented 3 years ago

In my words, an Atom is the smallest indivisible sub-part of a system.

In my view, everything is a fractal, so I believe that Atoms can be further subdivided."

The two lines seem contradictory? the first line says atom is indivisible while the second line says it can be subdivided?

RAbraham commented 3 years ago

I argue that we need PEG with backtracking and tokenizing

TXL does backtracking(and tokenizing?) but does not use PEG?

RAbraham commented 3 years ago

Could you explain

You can keep f(t) using parsers and PEG.

guitarvydas commented 3 years ago

I try to explain f(t) in yet another post https://guitarvydas.github.io/2021/04/28/Parsing-vs-FP-Pattern-Matching.html

guitarvydas commented 3 years ago

I discuss, a bit, TXL in https://guitarvydas.github.io/2021/04/28/TXL.html

guitarvydas commented 3 years ago

I discuss tokenizing in https://guitarvydas.github.io/2021/04/28/Tokenizing.html