Hacker News new | ask | show | jobs
by woodandsteel 2328 days ago
I took a year of German in graduate school so I could read German philosophical texts. On thing that really struck me about the language is that the main verb in a sentence goes at the end. So a German sentence translated word-for-word into English would be something like "I to the store in my car went."

Also I remember learning that German philosophy students prefer to read the English translation of Kant's Critique of Pure Reason because it broke up the impossibly long sentences of the original.

1 comments

German is Subject-Object-Verb (SOV) order. English and others are SVO. I always liked SOV languages since first learning one because they feel like using a Reverse Polish Notation (RPN [1]) calculator like the HP-15c (just mentioned here recently [2]). The verb, like the operator in the calculator, comes last, and operates all on the inputs before it.

[1]:https://en.wikipedia.org/wiki/Reverse_Polish_notation

[2]:https://news.ycombinator.com/item?id=22222897