Questions tagged [functional]
The functional tag has no summary.
8 questions
0 votes
0 answers
115 views
Can voxel engines use functional programming efficiently?
My voxel engine will do a lot of threading. If I used locks, There would be too much contention, Because they all need to access the chunks. I decided to implement my threaded section using Functional ...
0 votes
0 answers
125 views
Handling "nested" user actions in client/server card game
I'm developing a card game in JavaScript in a functional programming style and I'm unsure what is the best way to implement the flow of player actions that require other player actions for their ...
-1 votes
3 answers
359 views
Options for a functional-style enthusiast? [duplicate]
Senior programmer who has been coding in a functional style for years. I want to make an attempt on the indie games market, but I don't find any good, big platform that provides a good way to code ...
19 votes
3 answers
6k views
What functional language is most suited to create games with? [closed]
I have had my eye on functional programming languages for a while, but am hesitating to actually get into them. But I think it's about time I at least starting glancing that direction to make sure I'm ...