functional-programming VS practice

Compare functional-programming vs practice and see what are their differences.

functional-programming

Introduction to Functional Programming using TypeScript and fp-ts. (by enricopolanski)

practice

Some programming problems I have solved for fun and practice (by tmoertel)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
functional-programming practice
5 2
1,260 34
- -
2.4 6.5
6 months ago 15 days ago
TypeScript Python
GNU General Public License v3.0 or later -
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.

functional-programming

Posts with mentions or reviews of functional-programming. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-08.

practice

Posts with mentions or reviews of practice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-08.
  • Common Lisp: Fold- and Monoids
    2 projects | news.ycombinator.com | 8 Jan 2025
    What's particularly interesting is that folds are not limited to processing lists. For any recursive data structure, you can create a corresponding fold. What's even more interesting is that you can structure your code to automatically create the corresponding fold from a given recursive data structure!

    Here's one example I wrote up using trees as the data structure:

    https://github.com/tmoertel/practice/blob/master/EPI/09/soln...

  • How to Get Better at Recursion
    2 projects | news.ycombinator.com | 7 Mar 2021
    One property that makes recursion attractive is that maps so easily to proof by induction. When designing algorithms, I'll often design a recursive version first, prove it correct, and then translate it into an iterative version. The translation is frequently required to implement the algorithm in common programming languages, most of which have poor support for recursion.

    For an example, see https://github.com/tmoertel/practice/blob/master/dailycoding...

What are some alternatives?

When comparing functional-programming and practice you can also consider the following projects:

sofp - A free book: "The Science of Functional Programming"

the-little-schemer - Racket code and annotations for The Little Schemer

pratica - 🥃 Functional Algebraic Data Types

functional-programming-jargon - Jargon from the functional programming world in simple terms!

fantasy-land - Specification for interoperability of common algebraic structures in JavaScript

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?