|
|
|
|
|
by kamaal
3 days ago
|
|
I learned some Forth and played around right before the LLM trend began. It was a mind bending experience, although I quit after a while as the programs were kind of glass sheet quality brittle as they grew. Sometimes I feel I need to start again to keep my brain from losing thinking skills over time. |
|
I am sure someone more knowledgeable would have been able to breathe right past that issue somehow.
But I remember one moment that actually humbled me a little: There was a puzzle, where the input were some kind of "instructions" of how to move or for some device. Of course I built some logic that interprets those instructions and only then does something.... but then I saw on reddit, that people simply defined the words that literally are the instructions and took the input as Forth code, duh!!! So simple! Made me feel a little silly.