reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager. (by reflex-frp)

Reflex-platform Alternatives

Similar projects and alternatives to reflex-platform

  1. nix

    Nix, the purely functional package manager

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. direnv

    unclutter your .profile

  4. obelisk

    Functional reactive web and mobile applications, with batteries included.

  5. miso

    :ramen: A tasty Haskell front-end framework

  6. reflex

    Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. (by reflex-frp)

  7. penrose

    Haskell to JavaScript compiler, based on GHC

  8. vscode-ghc-simple

    Simple GHC (Haskell) integration for VSCode

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Yampa

    Functional Reactive Programming domain-specific language for efficient hybrid systems

  11. nixkell

    A simple Nix-Haskell skeleton

  12. yinsh

    A web-based version of the board game Yinsh

  13. kaleidogen

    Grow procedual art

  14. eta

    6 reflex-platform VS eta

    The Eta Programming Language, a dialect of Haskell on the JVM

  15. nix-templates

    Minimal reproducible nix flake templates (by LovelaceAcademy)

  16. haste-compiler

    A GHC-based Haskell to JavaScript compiler

  17. hackcell

    Apecs + SDL2 roguelike

  18. reflex-dom

    Web applications without callbacks or side-effects. Reflex-DOM brings the power of functional reactive programming (FRP) to the web. Build HTML and other Document Object Model (DOM) data with a pure functional interface.

  19. fossa-action

    The action sets up and caches the latest release of fossa-cli, infer the correct configuration from the current system state, analyze the project for a list of its dependencies, and upload the results to FOSSA.

  20. keera-hails-reactive-htmldom

    Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better reflex-platform alternative or higher similarity.

reflex-platform discussion

Log in or Post with

reflex-platform reviews and mentions

Posts with mentions or reviews of reflex-platform. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-15.
  • The Haskell job market has been growing steaily since 2008
    4 projects | news.ycombinator.com | 15 Jul 2023
    We used reflex-frp, so our app was a webview that worked on localhost and Android. The docs say it also works on iOS but we don't have an iPhone.

    The process was learning Functional Reactive Programming, then learning reflex-frp, then getting a contract with obsidian (creators of reflex) for one hour a week where we could ask questions.

    ( https://github.com/reflex-frp/reflex-platform )

    We had a grant requirement to create a phone client for Tahoe-LAFS, a Python application with a bunch of dependencies, including ZFEC, a forward error correction library.

    ( https://tahoe-lafs.readthedocs.io/ )

    ( https://github.com/tahoe-lafs/zfec/ )

    We needed bug for bug compatibility with the Python codebase, so I ran Tahoe on localhost and tested the Haskell client against the Python server. We used servant to build the API, since it builds both client and server side from the same description.

    ( https://hackage.haskell.org/package/servant )

  • Resurrection/modernization of an old Haskell+Haste project (boardgame Yinsh)
    8 projects | /r/haskell | 8 Feb 2023
  • reflex-platform and ghc version
    1 project | /r/reflexfrp | 9 Feb 2022
  • Exploring ideas in Haskell
    3 projects | /r/haskell | 14 Jan 2022
    The type classes do take a toll on performance, but in reflex-platform we change GHC's default flags to make the situation a lot better. It's still not ideal, but our performance winds up being OK for real applications. The most important part is that the performance scales reasonably well as the application grows. It might probably be good at some point to use backpack instead of a typeclass so that specialization can be enforced - though I'd prefer if GHC gave a way to just force specialization more effectively.
  • Any News On Haskell For Android ?
    4 projects | /r/haskell | 4 Jan 2022
    Obelisk / reflex-platform contain nix-based solutions to building Haskell code for mobile, so you might be interested in checking out how they do it (or just using them).
  • Creating a Haskell Application Using Reflex. Part 1
    3 projects | dev.to | 15 Mar 2021
    In this series of posts, we will describe how a Haskell web application can be developed using reflex-platform. reflex-platform offers reflex and reflex-dom packages. reflex package is the Haskell implementation of Functional reactive programming (FRP). reflex-dom library contains a large number of functions, classes, and types used when dealing with DOM. The packages are separated as it is possible to use the FRP approach not only for web-development. We will develop theTodo List application that allows carrying out various manipulations on the task list.
  • [JOBS] Obsidian Systems is Hiring
    5 projects | /r/haskell | 11 Mar 2021
    reflex-platform
  • Setting up Reflex with VS Code in WSL
    4 projects | /r/haskell | 8 Feb 2021
    To clarify the situation, the canonical way to develop reflex-dom projects is to start from the reflex-platform. See here: https://github.com/reflex-frp/reflex-platform/blob/develop/docs/project-development.rst
  • Nix - WSL - no C compiler provided for this platform
    2 projects | /r/haskell | 1 Feb 2021
    This might also be coming from the tests of the library (even if they can run in the browser, their tests might not). You can disabled tests using an overrides attribute in project.nix (if using reflex-stone). You can see what it should look like here : https://github.com/reflex-frp/reflex-platform/blob/develop/project/default.nix#L79. You should add this attribute at the same level where "useWarp = true;" is. This should then have lines like "diagrams = pkgs.haskell.lib.dontCheck super.diagrams;" for example if you want to disable the tests for the diagrams package.
  • Can I embed Reflex-FRP in a larger site?
    1 project | /r/haskell | 24 Jan 2021
    then you compile to js using ghcjs like this, then closure compile and gzip it to get the size way down. Then it just becomes a normal script you include wherever you need it.
  • A note from our sponsor - InfluxDB
    influxdata.com | 26 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic reflex-platform repo stats
10
733
3.6
3 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Nix is
the 30th most popular programming language
based on number of references?