Code Monkey home page Code Monkey logo

typed-state-machine's Introduction

Typed-state-machine

This project is an experiment to create type-safe state machines in Haskell.

There are already projects and approaches to do this, for example:

The aims of this projects are:

  • simple UX: a user of this project should not have a good understanding of dependent types, singletons or any other complex Haskell feature or library. He should be able to describe his state machine in a very simple and straightforward way;

  • composable: state machines are extremely composable. They could be sequenced and run in parallel or alternatively. This project strives to make this composability straightforward;

  • information at the type level: we would like to store relevant information about our state machine at the type level, so that we could statically analyze it and render it in a user-friendly way.

Possible improvements

  • [] in the topology I need to manually define that I might not change state
  • [] a state machine has a state parameter, which might possibly be removed
  • [] let inputs and outputs depend on state

typed-state-machine's People

Contributors

marcosh avatar

Stargazers

Andrejs Agejevs avatar  avatar Matthieu Jacquot avatar

Watchers

 avatar  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.