Skip to main content

Questions tagged [functional]

Filter by
Sorted by
Tagged with
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
89 views

I used WebM video in my game but it's lagging. The audio is few secs delayed then video. Is there any way to load the video first then play so that the lagging doesn't occurs
Sonnet's user avatar
  • 1
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
18 votes
3 answers
18k views

Is there a common technique to handle state (in general) in a functional programming language? There are solutions in every (functional) programming language to handle global state, but I want to ...
f00860's user avatar
  • 281
-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
11 votes
4 answers
12k views

Is there any game engine using a functional programming language similar to Scheme, Common Lisp, Clojure or JavaScript? I've tried Unity3D but their "JavaScript" is not actually JavaScript, is ...
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
82 votes
10 answers
27k views

While I know that functional languages aren't the most commonly used for game writing, there are a lot of benefits associate with them that seem like they would be interesting in any programming ...