purescript
liquidhaskell
Our great sponsors
purescript | liquidhaskell | |
---|---|---|
32 | 3 | |
7,796 | 984 | |
0.7% | 1.1% | |
8.6 | 9.7 | |
8 days ago | 8 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
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.
purescript
- Any good source-to-source compiler guides?
-
Integer math in JavaScript
What about Math.imul? Here is some ongoing discussion...
-
Can someone explain like I'm 5 years old what the EVM Sidechain will mean for Cardano
The point is, Cardano is a polyglot blockchain and does a lot of work with not only Rust, but also JS+PureScript and several other languages.
-
[RANT] Elm is pissing me off a bit now
Here are the release-notes including the mentioned changes: https://github.com/purescript/purescript/releases/tag/v0.15.0
-
PureScript 0.15 Released
I was curious about when that happened- apparently, early last year: https://github.com/purescript/purescript/pull/4085
-
I just wrote my first article: Why should you try Elm?
It currently has done experiments in the backend (link). Sadly, none of this is ready for production yet. Good thing is that we have purescript for the backend, who is indeed very similar to Elm and Haskell! You should give it a look!
- can you recommend active Haskell open source projects?
- resources for purescript
-
Differences between TypeScript and Elm
Alternative to Elm can be PureScript, ClojureScript, ReasonML, ReScript, and other languages that compile to JavaScript. There are also newer and interesting languages that are still in an explorative state like Ren or Derw.
- From TypeScript to ReScript
liquidhaskell
-
LiquidHaskell plugin build failed
I think text-format is abandon, when I checked the LiquidHaskell repo in GitHub it looks like they removed it from the latest un-released version PR#1789.
master should already be GHC 9 ready, it just so it happens that we didn't released it on Hackage due to the fact that, practically speaking, GHC 9.0.2 is not very widely used as I think we had some minor issues, but in principle it should work, at least with cabal: https://github.com/ucsd-progsys/liquidhaskell/blob/develop/cabal.ghc9.project
There is a Could not resolve dependencies problem. (Details are in the github issue👈)
What are some alternatives?
fp-ts - Functional programming in TypeScript
reason - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
Elm - Compiler for Elm, a functional language for reliable webapps.
Idris2 - A purely functional programming language with first class types
rescript-compiler - The compiler for ReScript.
haskell-names - Haskell suite library for name resolution
reflex - Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.
elm-reactor
stylish-haskell - Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell]
polysemy - :gemini: higher-order, no-boilerplate monads
rust - Empowering everyone to build reliable and efficient software.
portable-template-haskell-lens