All Questions
Tagged with functional-programming coffeescript
5 questions
4
votes
1
answer
95
views
CoffeeScript 2 + 2 program
I tested this program on Smooth-CoffeeScript
I just wanted to have as many eyes on this as I could to learn about coffeescript;
Is there anything I should do to improve it?
Am I using the tools ...
1
vote
1
answer
50
views
Extracting a list of hyperlinks [closed]
I need to produce a list objCollector with some results:
...
4
votes
1
answer
320
views
Resize renderer on browser window size change
For a game, there is some WebGLRenderer object that wraps around canvas element. There is need to update it's size when browser window size changes. Here goes my current code written using BaconJS. ...
3
votes
1
answer
388
views
Functional Sundaram's sieve
I wrote this Sundaram's sieve in Coffeescript to quickly generate prime numbers up to limit:
...
4
votes
1
answer
524
views
Project Euler question 2 in CoffeeScript
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.
...