Thanks @davidfowl.com & team!
Thanks @davidfowl.com & team!
So I can make my first Fable release announcement on Bluesky:
Fable 4.24.0 is out 🎉
Thanks ncave for the work and all the people who reported an issue.
#fsharp #fablecompiler
So I can make my first Fable release announcement on Bluesky:
Fable 4.24.0 is out 🎉
Thanks ncave for the work and all the people who reported an issue.
#fsharp #fablecompiler
It talks about history of nullability in F#, applicability of the new feature as well as new ways of dealing with null values in F# code.
It talks about history of nullability in F#, applicability of the new feature as well as new ways of dealing with null values in F# code.
github.com/dotnet/fshar...
Can't thank y'all enough!
github.com/dotnet/fshar...
Can't thank y'all enough!
gist.github.com/vzarytovskii...
gist.github.com/vzarytovskii...
www.mvv.de/journalisten...
www.mvv.de/journalisten...
rust = systems ocaml
elm = baby ocaml
sml = boomer ocaml
f# = enterprise ocaml
rescript = web ocaml
kotlin = jvm ocaml
coq = nerd ocaml
gleam = shiny ocaml
scala = drama ocaml
haskell = lazy ocaml
just learn ocaml already
rust = systems ocaml
elm = baby ocaml
sml = boomer ocaml
f# = enterprise ocaml
rescript = web ocaml
kotlin = jvm ocaml
coq = nerd ocaml
gleam = shiny ocaml
scala = drama ocaml
haskell = lazy ocaml
just learn ocaml already
graphics.wsj.com/infectious-d...
graphics.wsj.com/infectious-d...
If you need to find folks, I have a not exhaustive list in form of this starter pack (I have a few others on my profile)
go.bsky.app/GwduSaU
If you need to find folks, I have a not exhaustive list in form of this starter pack (I have a few others on my profile)
go.bsky.app/GwduSaU
it wasn't much of an issue, but hey, more compact structs and less typing? I'm all in!
it wasn't much of an issue, but hey, more compact structs and less typing? I'm all in!
C# recently allowed to create collections in a lightweight syntax (type directed collections in F# from a while back)
but F# collections didn't have the required methods to support it causing friction if an F# library exposed a collection type
C# recently allowed to create collections in a lightweight syntax (type directed collections in F# from a while back)
but F# collections didn't have the required methods to support it causing friction if an F# library exposed a collection type
In F# null is not allowed by default, but given that C# added null reference types, now it will be easier to interop with types that support that, like strings!
Being null aware at the type system is always good for interop
(It was better to not allow it though but C# 🤷♂️)
In F# null is not allowed by default, but given that C# added null reference types, now it will be easier to interop with types that support that, like strings!
Being null aware at the type system is always good for interop
(It was better to not allow it though but C# 🤷♂️)