- Joined
- Jan 2, 2014
- Messages
- 1,787
- Reaction score
- 939
- First Language
- Chinese
- Primarily Uses
- N/A
Now I'm exploring the functional programming concepts and trying to use them when appropriate in scripting, but I'm still new to this paradigm.
I've checked the default RMVXA code base and it seems to me that those codes are mainly imperative although functional style still has its places there.
I wonder what if it mainly functional(with some imperative styles when appropriate) instead? What would it look like and perform? How would such change affect RGSS3 scripters(besides the obvious one that they'd have to learn functional programming first
)?
On a side note: Is it possible to write the entire default RMVXA code base in a purely functional style(Whether it's a good idea is entirely another question
)?
I've checked the default RMVXA code base and it seems to me that those codes are mainly imperative although functional style still has its places there.
I wonder what if it mainly functional(with some imperative styles when appropriate) instead? What would it look like and perform? How would such change affect RGSS3 scripters(besides the obvious one that they'd have to learn functional programming first
On a side note: Is it possible to write the entire default RMVXA code base in a purely functional style(Whether it's a good idea is entirely another question
Last edited by a moderator:
