Software Alternatives, Accelerators & Startups

GHCJS VS Inferno

Compare GHCJS VS Inferno and see what are their differences

GHCJS logo GHCJS

Haskell to JavaScript compiler, based on GHC. Contribute to ghcjs/ghcjs development by creating an account on GitHub.

Inferno logo Inferno

An extremely fast React-like javascript library for building modern user interfaces.
  • GHCJS Landing page
    Landing page //
    2023-10-10
  • Inferno Landing page
    Landing page //
    2023-05-11

GHCJS videos

No GHCJS videos yet. You could help us improve this page by suggesting one.

+ Add video

Inferno videos

Inferno - Movie Review

More videos:

  • Review - Inferno - Movie Review
  • Review - Inferno - Official Movie Review

Category Popularity

0-100% (relative to GHCJS and Inferno)
Personal Finance
100 100%
0% 0
Javascript UI Libraries
0 0%
100% 100
Financial Planner
100 100%
0% 0
JavaScript Framework
0 0%
100% 100

User comments

Share your experience with using GHCJS and Inferno. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare GHCJS and Inferno

GHCJS Reviews

We have no reviews of GHCJS yet.
Be the first one to post

Inferno Reviews

The Best JavaScript Frameworks You’re Not Using
There isn’t an overall number we can use to gauge performance on the chart above, but smaller numbers are better. Obviously, Inferno performs very well again. If you’re a React developer and have a project that requires excellent performance, Inferno is definitely something you should consider. We’ll finish with this from the Inferno “About” page:
Source: jsreport.io

Social recommendations and mentions

Based on our record, GHCJS should be more popular than Inferno. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

GHCJS mentions (4)

  • Secretly introduced rust in my company, now they love it!
    There is a fork that compiles to js https://github.com/ghcjs/ghcjs compiler, and I believe the official glasgow compiler is working towards also supporting js/wasm (although I don't think they are supported as of yet). Source: about 1 year ago
  • Is GHCJS stuck on GHC 8.6.5?
    Default branch on ghcjs github is 8.6. 8.10 is a wip with commit from around a month ago. Source: about 3 years ago
  • Why Do We Need Transpilation into JavaScript?
    At present, here at Typeable we develop frontend in Haskell and use the web framework Reflex and the functional reactive programming (FRP). The source code in Haskell is transpiled into the JavaScript code using GHCJS. - Source: dev.to / about 3 years ago
  • Why supporting all programming languages is a bad idea
    In theory it is possible to write applications that run in the web browser in Java or C# or C++. There are compilers to compile Java to JavaScript or C++ to JavaScript/WebAssembly and a C# runtime that runs in the browser. In practice these technologies are very niche and only used for very few applications. The Cardano Wallet Daedalus is written in JavaScript even though most of the software for Cardano is... Source: about 3 years ago

Inferno mentions (2)

  • Solid vs React - the Fastest VS the Most Popular UI Library
    Some might argue that React’s relatively poor performance (it’s still plenty-fast for many apps) is due to Virtual DOM and prioritization of development experience, i.e., clarity over complexity. To counter the first argument - there’s React-like Inferno. For the second one - there’s Solid. - Source: dev.to / almost 3 years ago
  • A Look at Compilation in JavaScript Frameworks
    A VDOM library like Inferno uses this information to compile its JSX directly into pre-optimized node structures. Marko, and Vue hoist their static VDOM nodes outside of their components so that they don't incur the overhead of recreating them on every render. - Source: dev.to / almost 3 years ago

What are some alternatives?

When comparing GHCJS and Inferno, you can also consider the following products

Mint - Free personal finance software to assist you to manage your money, financial planning, and budget planning tools. Achieve your financial goals with Mint.

Preact.js - Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.

ReasonML - ReasonML is a new face to OCaml that--when coupled with BuckleScript--makes web development easy...

Svelte - Cybernetically enhanced web apps

Fay - A proper subset of Haskell that compiles to JavaScript - faylang/fay

Vue.js - Reactive Components for Modern Web Interfaces