Why were the C# and F# REPLs removed and when/how will it implemented "as a separate tool"?
See original GitHub issueSteps to reproduce
dotnet repl
dotnet repl csi
dotnet repl fsi
None of these start a REPL!
Expected behavior
REPL opened
Actual behavior
No executable found matching command “dotnet-repl”
Environment data
dotnet --info
output:
.NET Command Line Tools (1.0.0-preview2-003121)
Product Information: Version: 1.0.0-preview2-003121 Commit SHA-1 hash: 1e9d529bc5
Runtime Environment: OS Name: Windows OS Version: 10.0.10586 OS Platform: Windows RID: win10-x86
Issue Analytics
- State:
- Created 7 years ago
- Reactions:21
- Comments:21 (5 by maintainers)
Top Results From Across the Web
Why were the C# and F# REPLs removed and when/how ...
Steps to reproduce dotnet repl dotnet repl csi dotnet repl fsi None of ... removed and when/how will it implemented "as a separate...
Read more >Why don't more languages implement LISP-style ...
I think it's because of the repercussions that such a REPL has on the design of the programming language. Common Lisp's REPL (with...
Read more >National Defense Authorization Act for Fiscal Year 2020
Subtitle C--Treatment of Contaminated Water Near Military Installations Sec. 341. ... Counseling for members of the Armed Forces who are not citizens of...
Read more >JP 5-0, Joint Planning, 01 December 2020
S TAT S O. A. F. A. M. E. R. I. C. R. Joint Publication 5-0. Joint Planning. 01 December 2020 ... It...
Read more >State Operations Manual Appendix PP
(C)The institution of which the SNF or NF is a distinct part has final ... implementing care policies and coordinating medical care, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is not a timeline for REPL commands at this time.
A online REPL is not enough at all, one of the benefits of REPL-driven-development is the fact, that you can interactively interact with your whole codebase; that’s just not possible with such simplistic online tool.