Embed presentation
Download to read offline




![Value
• 10
• 1000.00
• “Hello”
• [10, 20, 30]
• {:name “Weerasak”}](https://image.slidesharecdn.com/vop-170408044025/85/Value-Oriented-Programming-5-320.jpg)














This document discusses the differences between value-oriented programming and place/memory-oriented programming. In value-oriented programming, values like numbers and strings are immutable and code manipulates the values themselves. In place/memory-oriented programming, variables point to locations in memory containing values, and code manipulates what is stored in those locations, allowing values to be mutable. The document provides examples of code in each paradigm to illustrate these differences.




![Value
• 10
• 1000.00
• “Hello”
• [10, 20, 30]
• {:name “Weerasak”}](https://image.slidesharecdn.com/vop-170408044025/85/Value-Oriented-Programming-5-320.jpg)












