amulet VS write-you-a-haskell

Compare amulet vs write-you-a-haskell and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
amulet write-you-a-haskell
2 4
281 3,304
- -
2.9 0.0
over 2 years ago over 3 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License MIT 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.

amulet

Posts with mentions or reviews of amulet. We have used some of these posts to build our list of alternatives and similar projects.
  • Better error message for 1.1 + 1.1;;
    1 project | /r/ocaml | 5 Apr 2022
    One possibility would be to do something like the now-defunct Amulet language (an ML that compiled to Lua) did. You'd get accurate compiler errors, but also an additional error number that corresponds to a more beginner-friendly explanation of common reasons for the error, pulled from here, that could be accessed with amc explain 1234 on the command line or :explain 1234 in a REPL. So for example, if you tried the same kind of error as OP tried, like 1.1 + 1, you'd get this:
  • How can I load a module name from a variable?
    1 project | /r/lua | 23 Mar 2022
    Kind of a side note, but I wasn't a big fan of moonscript. I don't really like the Python-like approach to syntax and it just didn't suit me. F# or Haskell handles it better, and OCaml manages to look similar without actually needing whitespace sensitivity; I think they all do it way better than Python or Python-inspired languages. I really liked the idea of of the ML-style Amulet because of this, but it's a dead project now apparently. :(

write-you-a-haskell

Posts with mentions or reviews of write-you-a-haskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-14.

What are some alternatives?

When comparing amulet and write-you-a-haskell you can also consider the following projects:

sloe - Simple purely functional language based on lambda-calculus.

algebra-driven-design - Source material for Algebra-Driven Design

type-level-bst - Type-Level Binary Search Tree in Haskell

distributive - Dual Traversable

articles - Miscellaneous articles. The readme is the table of contents.

type-eq - Type equality evidence you can carry around

brainfuck - This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell.

TreadMarks - Battle tank combat racing!

sense-lang - Sense is a very high level, functional programming language for creating software by writing only the absolute necessary information and not a single line above that.

meta-cedille - Minimalistic dependent type theory with syntactic metaprogramming

mappy - A functional programming language. Like LISP but focused around maps rather than lists.

fyg-lang - Fyg is a simple high-level, functional-imperative with runtime type safety for the aspiring grug