tiZyJoshi / FsFhtw

A seed project for functional applications using a REPL as the interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FsFhtw

Rationale

FsFhtw is a template project showing a functional example of a F# program. It includes:

  • A REPL for creating messages and reading the state of the system
  • A simple counter domain
  • Auxiliary files for git, .NET editors and the .NET Core SDK

Prerequisites

  • .NET core SDK (as specified in global.json)
  • Preferred F# editor

Run the application

Execute the following command.

dotnet run src/FsFhtw/FsFhtw.fsproj

About

A seed project for functional applications using a REPL as the interface

License:MIT License


Languages

Language:F# 100.0%