在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ChrisMarinos/FSharpKoans开源软件地址:https://github.com/ChrisMarinos/FSharpKoans开源编程语言:F# 99.5%开源软件介绍:Functional Koans - F#Inspired by EdgeCase's fantastic Ruby koans, the goal of the F# koans is to teach you F# through testing. When you first run the koans, you'll be presented with a runtime error and a stack trace indicating where the error occurred. Your goal is to make the error go away. As you fix each error, you should learn something about the F# language and functional programming in general. Your journey towards F# enlightenment starts in the AboutAsserts.fs file. These koans will be very simple, so don't overthink them! As you progress through more koans, more and more F# syntax will be introduced which will allow you to solve more complicated problems and use more advanced techniques. Running with GitHub CodespacesGitHub Codespaces is a free platform to run F# Koans completely in your browser, no install or setup required! Just go to https://github.com/ChrisMarinos/FSharpKoans/codespaces and click "New CodeSpace" Running with DockerTo launch in watch mode using docker run the following command;
PrerequisitesThe F# Koans needs .Net 5.0 to be built and run. Make sure that you have installed it before building the project. This is the current release of .NET Core that many modern F# and .NET applications use. Additionally, the project provides Visual Studio Code configuration for running. To be able to run F# projects in Visual Studio Code, the Ionide plugin should be also installed. Running the Koans from the command line (.Net Core)
Running the Koans in Visual Studio Code
Running the Koans from a Devcontainer
Using dotnet-watchYou can also use dotnet-watch to have your changes reloaded automatically.
To do so, navigate into |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论