feel-scala VS parsley

Compare feel-scala vs parsley 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
feel-scala parsley
1 2
115 161
2.6% -
9.2 8.2
about 15 hours ago 5 days ago
Scala Scala
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.

feel-scala

Posts with mentions or reviews of feel-scala. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.

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.

What are some alternatives?

When comparing feel-scala and parsley you can also consider the following projects:

GoRules - GoRules is business friendly Open-Source Business Rules Engine (BRE) to execute decision models according to the JSON Decision Model (JDM) standard. It is written in Rust and provides native bindings for NodeJS and Python.

Fast Parse - Writing Fast Parsers Fast in Scala

sigmastate-interpreter - ErgoScript compiler and ErgoTree Interpreter implementation for Ergo blockchain

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

Mond - A scripting language for .NET Core

scala.meta - Library to read, analyze, transform and generate Scala programs

scallion - LL(1) parser combinators in Scala