Edoardo Vacchi @evacchi.dev · Nov 9

New Blog Post: The Return Of Language-Oriented Programming blog.evacchi.dev/posts/2025/1...

2 likes 3 replies

?

Replies

Kiran · Nov 22

This was an interesting article! I actually had a slightly different conclusion though haha kirancodes.me/posts/log-la...

David Manning · Nov 9

This is great. I swear I’ve tried to explain this exact point to people in a less well-developed way. This is an actually interesting avenue we might be pursuing with language models if we weren’t setting our heads on fire trying to replace human labor.

Adám Brudzewsky · Nov 10

I'm a confused about example 2. I don't know Q or Python, but the APL code seems iffy even if `,\\` is just a typo, as it doesn't even refer to the symbols; `(⍳3)ר` needs no `¨` unless you meant `∘ר`; `(3÷+/⍳3)×` is just `0.5×`; `{⍵/⍨100<+/⍵}¨` filtes the raw data instead of the symbols; etc.