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
Unlike the previous chain of responsibility, this version use the pipeline to chain responsibilities.
104 people like thisPosted: 13 years ago by Tao Liu
We start with an initial value and then applying f repeatedly, until the value does not change anymore.
302 people like thisPosted: 14 years ago by Nick Palladinos
The ObservableObject type implements the INotifyPropertyChanged interface used in WPF and Silverlight to notify on changes to properties that are bound to a control. Specify property names type safely using F# Quotations, i.e. <@ this.PropertyName @> when invoking the NotifyPropertyChanged method. If you are following the MVVM pattern then your View Model class can inherit from the ObservableObject type.
67 people like thisPosted: 14 years ago by Phillip Trelford
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
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
Show's how to define units of measure to add stronger typing to your numerical functions.
75 people like thisPosted: 14 years ago by Robert Pickering
sequences (48) dsl (23) regex (17) lists (15) reflection (19) game (32) computation expression (15) http (18) wpf (20) web (29) fold (22) array (22) generic programming (17) sequence (32) quotations (21) design patterns (18) algorithms (26) html (16) string (29) agent (20)
Tao Liu (17) Cesar Mendoza (17) Kit Eason (51) Vesa Karvonen (8) Brian Berns (9) Robert Pickering (10) devshorts (11) Fabio Galuppo (14) NIck Palladinos (14) Evgeniy Andreev (13) Carsten König (10) David Klein (16) Joel Huang (13) Tuomas Hietanen (76) Eirik Tsarpalis (89) Phillip Trelford (87) Nick Palladinos (66) mavnn (17) Ankur Dhama (20) fholm (26)
Database contains 3198 snippets out of which 1713 is public.