令人愉快的 旅游信息网站, 继续发展 充满灵感。感谢!
2 people like thisPosted: 14 days ago by 方尖碑
Pong video game runnable inside fable.io. Controls are "A" for left, and "D" for right.
6 people like thisPosted: 2 months ago by Phillip Trelford
Download and install Ollama: https://ollama.com/ Ollama is a free common host for multiple different LLM-models like Google Gemma, OpenApi's GPT-OSS, Deepseek, etc.
1 people like thisPosted: 4 months ago by Tuomas Hietanen
ModelContextProtocol with FSharp (MCP with F#) https://modelcontextprotocol.io/docs/getting-started/intro Client and Server examples using https://github.com/modelcontextprotocol/csharp-sdk
1 people like thisPosted: 4 months ago by Tuomas Hietanen
Takes a list of (quantity/amount and price/rate) as decimals, and gives a weighted average
1 people like thisPosted: 5 months ago by Tuomas Hietanen
Example of shaping an anonymous-object-as-JSON structure for an Azure dashboard using strong typing and minimal code using Farmer F# https://compositionalit.github.io/farmer/
3 people like thisPosted: 5 months ago by Tuomas Hietanen
Continuations provide a means whereby heap space can be traded for stack depth (heap space being generally more plentiful than stack depth). They are especially useful where tail recursion is not possible. Here are a couple of simple continuation examples that can be extended to cover more complex scenarios.
100 people like thisPosted: 15 years ago by Neil Carrier
This is to demonstrate that: (1) there are many ways to solve the same problems; (2) operators can be grouped together into data structures and act as data; (3) you can have fun in F# in many ways.
57 people like thisPosted: 14 years ago by Dmitry Soshnikov
Here is an improved version twice shorter, than original
72 people like thisPosted: 15 years ago by Nick Canzoneri
A functional wrapper around the new WCF Web APIs (http://wcf.codeplex.com/). Composition is achieved through the use of the HttpRequestMessage -> Async
Posted: 15 years ago by Ryan Riley
This snippet shows how to create objects with events in F#. It shows both simple event (to be used from F#) and a .NET compatible event with specific delegate type.
85 people like thisPosted: 15 years ago by Tomas Petricek
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.
74 people like thisPosted: 14 years ago by Tomas Petricek
sequences (48) wpf (20) computation builder (17) silverlight (22) recursion (33) math (35) design patterns (18) learning f# (16) kata (17) quotations (21) lists (15) array (22) async (98) collections (16) pattern matching (15) sequence (32) agent (20) string (29) tutorial (17) html (16)
Taha Hachana (12) Phillip Trelford (87) David Klein (16) Zhukoff Dima (8) Vesa Karvonen (8) fholm (26) nagat01 (19) Fabio Galuppo (14) Nick Palladinos (66) Brian Berns (9) NIck Palladinos (14) Evgeniy Andreev (13) Antonio Cisternino (8) Kit Eason (51) Ryan Riley (25) Gauthier Segay (11) Tao Liu (17) Faisal Waris (37) devshorts (11) Rick Minerich (15)
Database contains 3208 snippets out of which 1719 is public.