The Felix Programming Language
-
Updated
Sep 23, 2024 - C
The Felix Programming Language
Functional Programming Library for JavaScript, TypeScript and Flow ✨⚡️
In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.
Type classes for interoperability of common algebraic structures in JavaScript, TypeScript and Flow
ADT support for Flink with Shapeless
User-friendly Binding.scala components
A unique fusion of ontology ideas, strong Scala type system and Json flexibility
My old crazy idea about functional programming in C++
Understanding concepts of functional languages (ADT's, type classes, functors, monads, ...) by looking at how they are implemented. The source language is PureScript which compiles to JavaScript. The paper was written in German during a semester university project. Maybe it helps anyone on his road to functional programming as well.
typeclasses. Supports combinations of multiple typeclasses and out-of-source method definitions (data and logic separation).
Implementation of type classes
Alternative to Haskell Prelude.Num, deriving types bottom-up
This is a sample project to describe and implement type classes functional programming concept in Java. You can find complete article in this link:
Developing a type system for a minimal reversible functional language.
Introduction to Cats using Scala programming language.
Add a description, image, and links to the type-classes topic page so that developers can more easily learn about it.
To associate your repository with the type-classes topic, visit your repo's landing page and select "manage topics."