Skip to content

Commit 05456b4

Browse files
committed
Big rework of communities lists. Also some other improvements
1 parent b12b71e commit 05456b4

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
A curated list of awesome F# frameworks, libraries, software and resources.
44

55
## Contents
6+
- [Main language-related repos](#main-language-related-repos)
67
- [F# Wrappers for Popular .NET Libraries](#f-wrappers-for-popular-net-libraries)
78
- [Actor Frameworks](#actor-frameworks)
89
- [Build Tools](#build-tools)
910
- [Cloud](#cloud)
1011
- [Code Generation](#code-generation)
11-
- [Compilers](#compilers)
12+
- [Non .NET Compilers](#non-net-compilers)
1213
- [Concurrent, Asynchronous and Parallel Programming](#concurrent-asynchronous-and-parallel-programming)
1314
- [Configuration](#configuration)
1415
- [Data Science](#data-science)
@@ -42,6 +43,14 @@ A curated list of awesome F# frameworks, libraries, software and resources.
4243
- [Videos](#videos)
4344
- [Courses](#courses)
4445

46+
## Main language-related repos
47+
48+
- [F# main repository](https://github.com/dotnet/fsharp)
49+
- [F# projects](https://github.com/fsprojects)
50+
- [F# suggestions](https://github.com/fsharp/fslang-suggestions)
51+
- [F# design](https://github.com/fsharp/fslang-design)
52+
- [F# compiler service](https://github.com/fsharp/FSharp.Compiler.Service)
53+
4554
## F# Wrappers for Popular .NET Libraries
4655
Looking to have a more enjoyable experience when consuming a popular .NET library? Here is a quick table.
4756

@@ -83,16 +92,13 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
8392
- [Hawaii](https://github.com/Zaid-Ajaj/Hawaii) - A dotnet CLI tool to generate type-safe F# clients from OpenAPI/Swagger services.
8493
- [Myriad](https://github.com/MoiraeSoftware/myriad) - Myriad is a pre-compilation code generator.
8594

86-
## Compilers
95+
## Non .NET compilers
8796

88-
- [F# Compiler Services](https://github.com/fsharp/FSharp.Compiler.Service) - The F# Compiler, F# Interactive scripting engine and F# editing services as a component library.
89-
- [FSharp](https://github.com/dotnet/fsharp) - The Open Edition of the F# compiler, core library and tools.
9097
- [Fable](https://github.com/fable-compiler/Fable) - F# to JavaScript Compiler.
9198
- [Fez](https://github.com/kjnilsson/fez) - F# to Erlang compiler.
9299
- [FunScript](https://github.com/ZachBray/FunScript) - F# to JavaScript compiler with JQuery etc. mappings through a TypeScript type provider.
93100
- [Juniper](https://github.com/calebh/Juniper) - Functional Reactive Programming for the Arduino and other microcontrollers.
94101
- [Pengines.Client](https://github.com/ninjarobot/Pengines.Client) - Sandboxed Prolog environment.
95-
- [Visual F#](https://github.com/Microsoft/visualfsharp) - The Visual F# compiler and tools.
96102

97103
## Concurrent, Asynchronous and Parallel Programming
98104

@@ -333,10 +339,13 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
333339

334340
### Community
335341

342+
- [F# on Discord](https://discord.com/invite/fsharp-196693847965696000)
343+
- [F# on Reddit](https://www.reddit.com/r/fsharp)
344+
- [F# on Telegram](https://t.me/fsharp_chat)
336345
- [F# on Discourse](https://forums.fsharp.org/)
337-
- [F# on GitHub](https://github.com/fsharp/)
338-
- [F# on Slack](http://fsharp.org/guides/slack/)
339-
- [F# on Telegram](https://t.me/fsharp_news)
346+
- [F# on Twitter](https://x.com/hashtag/fsharp)
347+
- [F# on BlueSky](https://bsky.app/hashtag/fsharp)
348+
- [Amplifying F#](https://amplifyingfsharp.io)
340349

341350
### Other Lists
342351

@@ -359,6 +368,8 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
359368

360369
### Videos
361370

371+
- [Amplifying F# YouTube Channel](https://www.youtube.com/@amplifyingfsharp)
372+
- [F# Online YouTube Channel](https://www.youtube.com/@fonline6018)
362373
- [Austin F# Meetup Group Recorded Presentations](http://usergroup.tv/videos/category/group/austin-f-meetup)
363374
- [F# Chats on performance](https://www.youtube.com/watch?v=EIBRoNEpg6c&list=PLqWncHdBPoD4O1sr2Q3W9gAuJ30s09U2r)
364375
- [Fast Dictionary in F#](https://www.youtube.com/watch?v=KMR2y1vcO-s&list=PLqWncHdBPoD4-d_VSZ0MB0IBKQY0rwYLd)

0 commit comments

Comments
 (0)