Skip to main content

Questions tagged [functional]

0 votes
0 answers
115 views

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 ...
Macho Onion's user avatar
0 votes
0 answers
125 views

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 ...
Thiatt's user avatar
  • 101
-1 votes
3 answers
359 views

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 ...
MaiaVictor's user avatar
  • 1,180
19 votes
3 answers
6k views

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 ...
Ricket's user avatar
  • 14.9k