F# News
453 subscribers
7 photos
1.47K links
F# channel
@fsharp_chat

Send your proposals to @fsharp_chat
Download Telegram
Functional languages F# and Haskell and those with functional attributes such as Scala and Clojure are also subjects of increasing interest. Functional programm ing has become more popular in an era of distributed computing, multithreaded processing and cheap storage. 
http://www.computing.co.uk/ctg/news/3006939/google-go-typescript-swift-f-and-rust-among-the-most-wanted-new-languages-according-to-strack-overflow-survey
This is a library that wraps the .NET System.Reflection.Emit API for generating CIL code at runtime. The wrapper adds a tiny bit of type safety by doing two things:
Dedicated function per opcode
Type-checked stack depth

https://github.com/rspeele/LicenseToCIL
Want a full F# project env. on .Net Core? Here's a trello board for tracking libraries' porting status:

https://trello.com/b/9npZ71q8/run-on-net-core
Recent .Net Core goodies!

> Interested in getting up and running with Freya?
> It's as easy as:

dotnet new -i Freya.Template::*
dotnet new freya

> fable-elmish template by ShadaenDev

dotnet new -i Fable.Template.Elmish.React::*
dotnet new fable-elmish-react -n myproject