Giter Site home page Giter Site logo

sjsanc / fsharpkoans Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrismarinos/fsharpkoans

0.0 0.0 0.0 492 KB

A simple, fun, and interactive way to learn the F# language through testing.

License: Other

Shell 0.27% F# 99.57% Dockerfile 0.16%

fsharpkoans's Introduction

Gitpod ready-to-code

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 Codespaces

GitHub 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 Docker

To launch in watch mode using docker run the following command;

$ ./docker.sh

Prerequisites

The F# Koans needs .NET 6.0 to be built and run. Make sure that you have installed it before building the project. This is the long-term support release of .NET 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)

  1. To build the Koans, run dotnet build command in the project root.

  2. To run the Koans, run dotnet run --project FSharpKoans/FSharpKoans.fsproj in the root directory or dotnet run in FSharpKoans project directory.

Running the Koans in Visual Studio Code

  1. Open the project directory in Visual Studio Code with Ionide-fsharp plugin installed and press F5 to build and launch the Koans (some time is needed to build the project before launch).

Running the Koans from a Devcontainer

  1. Install the Remote - Containers extension in Visual Studio Code.

  2. Open the directory inside a Devcontainer.

  3. Open a terminal and start using the Koans.

Using dotnet-watch

You can also use dotnet-watch to have your changes reloaded automatically. To do so, navigate into FSharpKoans directory and run dotnet watch run. Now, after you change the project code, it will be automatically reloaded and tests rerun.

fsharpkoans's People

Contributors

chrismarinos avatar dsyme avatar nataren avatar vincelee888 avatar g2udevelopment avatar dlumpp avatar xdadaveshaw avatar someonetoignore avatar normanhh3 avatar cartermp avatar panesofglass avatar lidorcg avatar eugene-g avatar spaasis avatar nskins avatar harold avatar craigjbass avatar abedra avatar tcshao avatar ofirgeller avatar xerxesb avatar sufuninja avatar tmpreston avatar sunnjek avatar sgoodgrove avatar skalinets avatar scitesy avatar richkeenan avatar patrickmcdonald avatar niccou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.