|
|
|
|
|
by hackyhacky
316 days ago
|
|
> The secondary point is that the Clojure system may be more malleable - if you want to add a new state, you just directly add some code to handle that state at the appropriate points in the process. That's all certainly possible. But the same could be said of Python or JS. So if the big point here is "we can model business decisions as code!", I fail to see the innovation because we've been doing that for 50 years. Nothing unique to Clojure. You could even do it Haskell if you want: just store data as a Map of properties and values, emulating a JS object. |
|