Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

FSharp Interactive (fsi) as a sdk tool #34

Closed
enricosada opened this issue Nov 15, 2016 · 3 comments
Closed

FSharp Interactive (fsi) as a sdk tool #34

enricosada opened this issue Nov 15, 2016 · 3 comments

Comments

@enricosada
Copy link
Contributor

The .net sdk tools give lot of benefits:

  • xplat ready (are just netcoreapp1.0 console app)
  • no boostrapping issues (are downloaded on dotnet restore step)
  • easy discoverability (dotnet fsi)
  • is a shared app, so minimal size (no coreclr, use installed runtime)
  • fsi version can be changed just changing the package version (or pinned to a specific version)

And fsi as normal netcore console app give others:

  • can be published as standalone, so contains coreclr/everything per os, so just fsi (or fsharpi)
  • easy to package per os

Blockers:

@enricosada
Copy link
Contributor Author

Not next preview4, but the one after will support global commands.
So fsi can be installed once like dotnet install fsi --global , and works with dotnet fsi or maybe directly fsi

@matthid
Copy link

matthid commented Dec 2, 2016

Not next preview4, but the one after will support global commands.

@enricosada can you provide more information about this? (A link for example?)

@enricosada
Copy link
Contributor Author

closing as tracked in visualfsharp repo, ref dotnet/fsharp#3069

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants