parsley VS scala.meta

Compare parsley vs scala.meta 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
parsley scala.meta
2 2
161 1,097
- 1.0%
7.8 9.7
3 days ago 3 days ago
Scala Scala
BSD 3-clause "New" or "Revised" License 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.

parsley

Posts with mentions or reviews of parsley. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • How do I remove the forward reference error in my parser? (20 lines)
    2 projects | /r/scala | 9 Apr 2023
    Or alternatively my own https://github.com/j-mie6/parsley for a more Haskell-style library - it has a wiki that discusses a lot of the main ideas, including how to deal with Def/Val/lazy val
  • What do I need to start writing an Extension or Template Haskell?
    1 project | /r/haskell | 28 Mar 2022
    Depends on your existing knowledge of Haskell and stuff like monads, applicatives, etc. I haven't gotten around to writing a tutorial for Parser Combinators yet (I'd actually like to write a book about them at some point) in Haskell, but I do have this wiki here ( https://github.com/j-mie6/Parsley/wiki/Guide-to-Parser-Combinators ) for my parser combinator library in Scala, that might be of some help. A Haskell version of a lot of the later material there can be found in this paper https://dl.acm.org/doi/10.1145/3471874.3472984. The paper assumes some familiarity with Parser Combinators, the wiki does not (but is written in Scala): it's the resource I use to teach my 2nd year undergrads about Parser Combinators for their compilers project. It doesn't talk about monads/applicatives at all. I'm more than happy to answer any questions you have about either of those two.

scala.meta

Posts with mentions or reviews of scala.meta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • Scala Library To Generate Case Classes for JSON
    8 projects | /r/scala | 16 Aug 2022
    I just wrote a small generator for a personal project using scalameta. It might be worth doing just for the learning experience, I thought it was a blast to use.
  • Running tests from emacs
    1 project | /r/scala | 6 Apr 2022
    I have successfully installed metals on emacs as per the instructions on scalameta.org - things like syntax highlighting and jump to definiton work, and lsp-metals-doctor-run shows mostly green ticks.

What are some alternatives?

When comparing parsley and scala.meta you can also consider the following projects:

Fast Parse - Writing Fast Parsers Fast in Scala

Shapeless - Generic programming for Scala

Apache Spark - Apache Spark - A unified analytics engine for large-scale data processing

Lamma - Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed income coupon payment, equity deravitive fixing date generation etc.

feel-scala - FEEL parser and interpreter written in Scala

Ammonite-Ops - Scala Scripting

scallion - LL(1) parser combinators in Scala

Scala Async - An asynchronous programming facility for Scala

Scalaz - Principled Functional Programming in Scala

enableIf.scala - A library that toggles Scala code at compile-time, like #if in C/C++

refined - Refinement types for Scala

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