GithubHelp home page GithubHelp logo

darky / act Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mystpi/act

0.0 0.0 0.0 18 KB

๐ŸŽฌ Compose stateful actions to simulate mutable state

Home Page: https://hexdocs.pm/act

License: Apache License 2.0

Gleam 100.00%

act's Introduction

๐ŸŽฌ act

Package Version Hex Docs

Gleam is a functional programming language that does not support having mutable state. As such, programmers often have to pass state around manually, threading it through functions via arguments and return values. This can become a bit repetitive and clumsy.

What if state could be 'threaded' through functions automatically, with a nice API that resembles mutable state? This is the central idea of act and the Action type.

type Action(result, state) = fn(state) -> #(state, result)

act is inspired by the (now outdated) gleam-eval package. gleam-eval is super cool, but only supports the Result type and was not created with Gleam's use feature in mind.

Installation

gleam add act

Docs & Example

Documentation can be found at https://hexdocs.pm/act. A simple example lives in test/act_test.gleam.

Development

gleam run   # Run the project
gleam test  # Run the tests

act's People

Contributors

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