Squid VS klister

Compare Squid vs klister and see what are their differences.

Squid

Squid – type-safe metaprogramming and compilation framework for Scala (by epfldata)

klister

an implementation of stuck macros (by gelisam)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Squid klister
1 7
196 122
-0.5% -
0.0 5.9
3 months ago 3 days ago
Scala Haskell
Apache License 2.0 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.

Squid

Posts with mentions or reviews of Squid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-29.
  • Haskell doesn't have macros
    2 projects | /r/haskell | 29 Dec 2020
    In the video, the presenter says he doesn't know any other system with "type-aware hygienic macros". You may want to have a quick look at Scala 3, which also has such a system. See, for instance, this paper and also the precursor work by myself for Scala 2: https://github.com/epfldata/squid#publications

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 Squid and klister you can also consider the following projects:

Monocle - Optics library for Scala

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

Cassovary - Cassovary is a simple big graph processing library for the JVM

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

refined - Refinement types for Scala

unseemly - Macros have types!

Twitter Util - Wonderful reusable code from Twitter

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

n-scala - A new Scala wrapper for Joda Time based on scala-time

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

scribe - The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.

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