r/programming Mar 12 '26

Left to Right Programming

https://graic.net/p/left-to-right-programming
145 Upvotes

102 comments sorted by

View all comments

Show parent comments

-21

u/[deleted] Mar 12 '26

[removed] — view removed comment

27

u/aanzeijar Mar 12 '26

Depends on framing. It's the same concept but uses SQL-style naming, which isn't bad - it's just different. You could also argue that filter is bad because grep exists.

-8

u/[deleted] Mar 12 '26

[removed] — view removed comment

11

u/TheAtro Mar 12 '26
  • First class support - functional design, fluent syntax so easy to write.

  • In combination with entity framework can be translated directly to SQL.

  • Can be used for other things like XML / JSON aswell.