Click on the tsunami.io button below to launch the online tsunami.io IDE with this snippet. Then select all the code (CTRL+A) and hit the Run button to start the game window, then just dock the window to the right of the code.. Click in the game window to launch missiles and save your cities.
0 people like thisPosted: 9 days ago by Phillip Trelford
An implementation of minimal adaptive cells
0 people like thisPosted: 1 month ago by Onur Gumus
Exemplary convenience wrappers for some of the System.
Posted: 3 months ago by Cody
Just use the concat
0 people like thisPosted: 4 months ago by Tuomas Hietanen
Higher-order functions for working with nested lists that reimplement various useful List module functions, but work on nested lists, preserving the original nesting strucutre when possible.
4 people like thisPosted: 6 months ago by Tomas Petricek
Uses StringBuilder to achieve performance.
2 people like thisPosted: 6 months ago by shazmodan
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 14 years ago by Ryan Riley
Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.
76 people like thisPosted: 14 years ago by fholm
Two functions showing how to filter functional lists using the specified predicate. First version uses naive recursion and the second one is tail-recursive using the accumulator parameter.
76 people like thisPosted: 14 years ago by Tomas Petricek
Composition of functions in F# is easily achieved by using the >> operator. You can also chain an arbitary amount of functions (represented as a list or sequence) together by folding the list/seq with >>. [More formally: the set of endomorphisms 'a -> 'a forms a monoid with the binary, associative operator ">>" (or "<<") and the neutral element "id".]
86 people like thisPosted: 14 years ago by Novox
F# implementation of RO_ref from the "Effective ML" talk.
90 people like thisPosted: 14 years ago by fholm
Learn Key Principle of F# in just a few minutes with the following Sample of "World Bank Type Provider - Exploring Population Data"
383 people like thisPosted: 11 years ago by Muhammad Mugees Asif
recursion (33) async (98) generic programming (17) algorithms (26) mailboxprocessor (27) quotations (21) learning f# (16) wpf (20) parsing (28) computation expression (15) http (18) computation builder (17) html (16) reflection (19) dsl (23) design patterns (18) sequence (32) kata (17) math (35) array (22)
Samuel Bosch (12) Fabio Galuppo (14) Antonio Cisternino (8) Brian Berns (9) Robert Pickering (10) Kit Eason (51) Ankur Dhama (20) Tomas Petricek (150) Ryan Riley (25) Tuomas Hietanen (76) Eirik Tsarpalis (89) Evgeniy Andreev (13) Tao Liu (17) fholm (26) Phillip Trelford (87) Cesar Mendoza (17) Rick Minerich (15) Carsten König (10) Joel Huang (13) Faisal Waris (37)
Database contains 3200 snippets out of which 1714 is public.