The best JavaScript interpreter on #dotnet
github.com/sebastienros...
The best JavaScript interpreter on #dotnet
github.com/sebastienros...
@scalatimes.com, #Elixir Weekly, #Haskell Weekly... Who else should we b̶o̶t̶h̶e̶r̶ inform? 🤔
#functionalprogramming #lambdadays #callfortalks #clojure #erlang #elm #ocaml #scala
@scalatimes.com, #Elixir Weekly, #Haskell Weekly... Who else should we b̶o̶t̶h̶e̶r̶ inform? 🤔
#functionalprogramming #lambdadays #callfortalks #clojure #erlang #elm #ocaml #scala
dev.to/rockfire/net...
dev.to/rockfire/net...
github.com/Tyrrrz/CliWrap
let! result = Cli.Wrap("path/to/exe")
.WithArguments([
"--foo"
"bar"
])
.WithWorkingDirectory("work/dir/path")
.ExecuteAsync()
github.com/Tyrrrz/CliWrap
let! result = Cli.Wrap("path/to/exe")
.WithArguments([
"--foo"
"bar"
])
.WithWorkingDirectory("work/dir/path")
.ExecuteAsync()
F# connect .NET and Scientific Computing
at .NET Conf China Shanghai 2024/12/24.
F# connect .NET and Scientific Computing
at .NET Conf China Shanghai 2024/12/24.
github.com/dotnet/inter...
github.com/dotnet/inter...
```fsharp
fflat script.fsx # about 13MB, full .NET
fflat script.fsx --small # about 2.6MB, no debug/globalization/symbols
fflat script.fsx --tiny # about 1MB, no reflection/exceptions, no printfn!
```
github.com/ieviev/fflat
```fsharp
fflat script.fsx # about 13MB, full .NET
fflat script.fsx --small # about 2.6MB, no debug/globalization/symbols
fflat script.fsx --tiny # about 1MB, no reflection/exceptions, no printfn!
```
github.com/ieviev/fflat
gist.github.com/vzarytovskii...
gist.github.com/vzarytovskii...
sergeytihon.com/2024/11/17/f...
sergeytihon.com/2024/11/17/f...