frp-zoo VS klister

Compare frp-zoo vs klister and see what are their differences.

frp-zoo

Comparing many FRP implementations by reimplementing the same toy app in each. (by gelisam)

klister

an implementation of stuck macros (by gelisam)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
frp-zoo klister
5 7
482 122
- -
0.0 5.9
about 2 years ago 3 days ago
Haskell Haskell
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

frp-zoo

Posts with mentions or reviews of frp-zoo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.

klister

Posts with mentions or reviews of klister. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Interactive animations
    11 projects | /r/haskell | 6 May 2023
    Yeah, that project is pretty much at the bottom of my list, unfortunately. My top projects these days are mgmt, klister, recursion-schemes, and hint... And that's already too much!
  • Rust Tests Itself (Kind of!)
    2 projects | /r/rust | 30 Dec 2022
    case is a special form, ie a bit of core syntax, but, interestingly, data is not. (It is presumably a macro; typechecking is actually done as a part of macro expansion.) The syntax remains pretty uniform. Or, in Klister, type ascription is done via normal S-expression syntax with a form called the, as (the $type $expression); again, the syntax is uniform.
  • GHC Hacking
    1 project | /r/haskell | 4 Dec 2022
    Shameless plug: we don't have that problem in Klister, because our equivalent to main is a run macro which runs an IO action, and your alternate prelude can define its own run macro which expects an IO action from your alternate prelude.
  • What's the preferred way of getting powerful lisplike macros on Haskell?
    1 project | /r/haskell | 28 Sep 2022
    Klister is very similar to Hackett, but implemented in Haskell instead of Racket, and my most recent PR is from 20 days ago, if that's the metric which counts for you. Still very much of a WIP though.
  • How do you typecheck a macro?
    6 projects | /r/ProgrammingLanguages | 30 Sep 2021
    You might be interested in Klister: https://github.com/gelisam/klister
  • Using defmacro's &environment argument to implement Racket's hygienic macro expansion system?
    3 projects | /r/lisp | 2 Feb 2021
    I've now also found an implementation for klister, which is meant to interleave type checking with macro expansion.
  • Haskell doesn't have macros
    2 projects | /r/haskell | 29 Dec 2020
    In Klister, which already has Scheme-like macros and Haskell-like types (polymorphism, algebraic types and higher-kinded types, but not yet fancier types like RankNTypes and GADTs), our plan to get the best of both worlds (lexical syntax and typed ASTs) is to separate parsing from macro evaluation. That is, users write their programs using the surface syntax of s-expressions, parsers parse those into typed ASTs, and macros are typed by the type of the ASTs they receive as input and produce as output. At this stage this is only a research idea, I don't know if that's going to work out yet, but I hope so!

What are some alternatives?

When comparing frp-zoo and klister you can also consider the following projects:

eff - 🚧 a work in progress effect system for Haskell 🚧

rakudo - 🦋 Rakudo – Raku on MoarVM, JVM, and JS

haskell.nix - Alternative Haskell Infrastructure for Nixpkgs

aith - [Early Stages] Low level functional programming language with linear types, first class inline functions, levity polymorphism and regions.

ghc - Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).

unseemly - Macros have types!

effect-zoo - Comparing Haskell effect systems for ergonomics and speed

hackett - WIP implementation of a Haskell-like Lisp in Racket

fused-effects - A fast, flexible, fused effect system for Haskell

coalton - Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

in-other-words - A higher-order effect system where the sky's the limit

srfi-46 - SRFI 46 for Common Lisp: Basic Syntax-rules Extensions