Exemplary convenience wrappers for some of the System.
Posted: 1 month ago by Cody
Just use the concat
0 people like thisPosted: 3 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: 4 months ago by Tomas Petricek
Uses StringBuilder to achieve performance.
2 people like thisPosted: 5 months ago by shazmodan
Pseudoword generator based on code from Evan Fosmark circa 2009.
0 people like thisPosted: 5 months ago by Phillip Trelford
Interactive computation that asks the user questions
9 people like thisPosted: 9 months ago by Tomas Petricek
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
An asynchronous sequence is similar to the seq
Posted: 14 years ago by Tomas Petricek
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
Demonstrates how to implement the dynamic operator (?) using .NET Reflection. The implementation supports calling constructors, propreties and methods using simple overload resolution (based on parameter count). It handles instance as well as static members.
71 people like thisPosted: 14 years ago by Tomas Petricek
Mailbox processors can easily be used to implement active objects. This example shows how to do that with a reusable wrapper type and minimal boilerplate code in the actual class definitions. Supports both asynchronous calls and synchronous calls. For the latter case, exceptions are automatically propagated back to the caller.
92 people like thisPosted: 14 years ago by Wolfgang Meyer
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
tryfsharp (48) regex (17) f# (43) agent (20) async (98) math (35) silverlight (22) design patterns (18) lazy (20) json (15) collections (16) game (32) lists (15) algorithms (26) staging (18) learning f# (16) parsing (28) web (29) monad (24) reflection (19)
Ryan Riley (25) Tao Liu (17) Eirik Tsarpalis (89) mavnn (17) devshorts (11) Fabio Galuppo (14) Carsten König (10) Ankur Dhama (20) Evgeniy Andreev (13) Gauthier Segay (11) fholm (26) Faisal Waris (37) Samuel Bosch (12) nagat01 (19) Joel Huang (13) Tomas Petricek (150) Brian Berns (9) David Klein (16) Cesar Mendoza (17) Phillip Trelford (87)
Database contains 3198 snippets out of which 1713 is public.