hobbes VS dream-html

Compare hobbes vs dream-html and see what are their differences.

hobbes

A language and an embedded JIT compiler (by morganstanley)

dream-html

Generate HTML markup from your OCaml Dream backend server (by yawaramin)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hobbes dream-html
4 8
1,154 99
0.2% -
3.7 8.2
3 months ago 4 days ago
C OCaml
Apache License 2.0 GNU General Public License v3.0 only
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.

hobbes

Posts with mentions or reviews of hobbes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.
  • Hobbes: Comprehensions
    1 project | news.ycombinator.com | 22 Feb 2024
  • My Thoughts on OCaml
    11 projects | news.ycombinator.com | 25 Apr 2023
    https://github.com/morganstanley/hobbes

    Things like structural equality and ordering are user functions here rather than magic internal definitions (e.g. equality is defined as a type class, and type class instances can deconstruct algebraic types at compile time to decide how to implement instances). But evaluation is eager by default, so it's pretty easy to reason about performance. And data structures can be persisted to files and/or shared transparently in memory with C/C++ programs without translation, also very convenient for the places where this was used. Actually we built some very big and complicated time series databases with it, used in both pre and post trade settings where ~15% of daily US equity trades happen. So I think these observations are useful and have passed through some pretty significant real tests.

  • C++ source code generation (focus on financial market data)
    2 projects | /r/cpp | 5 Sep 2022
    Have a look at Hobbes from Morgan Stanley
  • Peridot: A functional language based on two-level type theory
    2 projects | news.ycombinator.com | 10 May 2022
    https://github.com/morganstanley/hobbes

    This approach has several benefits, but there's a lot of appeal also to the way they're doing it, to have the same PL across stages (and then maybe have more than just two stages).

dream-html

Posts with mentions or reviews of dream-html. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • A Response to "Have Single-Page Apps Ruined the Web?"
    3 projects | news.ycombinator.com | 25 Apr 2024
    There is some truth to this. Imho the next level of htmx is unlocked when you componentize everything like a React app...but with nested routes corresponding to nested components like a Remix app...and using an HTML generation DSL embedded directly in your language, so HTML becomes a first-class citizen of your language's constructs, rather than a templated afterthought. I have a demo of this: https://github.com/yawaramin/dream-html/tree/todoapp/app
  • Second-Guessing the Modern Web
    6 projects | news.ycombinator.com | 21 Sep 2023
    Nowadays I highly recommend HTML embedding libraries directly in the programming language. E.g. ScalaTags https://com-lihaoyi.github.io/scalatags/ or (my own) https://github.com/yawaramin/dream-html

    Yes, you give up the ability of designers and frontend-only people to easily work with the HTML templates. But in exchange you get quite a lot.

  • That people produce HTML with string templates is telling us something
    16 projects | news.ycombinator.com | 26 May 2023
    I found your article very informative and it matches up quite a bit with my own thinking about HTML generation. In fact it looks like we independently arrived at pretty much the same conclusions. A lot of the issues you raise are the impetus behind the way I designed my HTML-generation DSL: https://github.com/yawaramin/dream-html
  • What's the most htmx-ish language for the server side?
    5 projects | /r/htmx | 7 May 2023
    I am developing an HTML generation library on top of Dream, to have great support in the language including htmx support: https://yawaramin.github.io/dream-html/dream-html/Dream_html/index.html
  • dream-html: Generate HTML markup from your Dream backend server
    1 project | /r/ocaml | 2 May 2023
  • My Thoughts on OCaml
    11 projects | news.ycombinator.com | 25 Apr 2023
    Look at this code which prints out an HTML tag: https://github.com/yawaramin/dream-html/blob/main/lib/dream_...

    Initially you might think generating HTML tags from data structures in code should be a simple matter. But there are complexities--some tags are defined as having no child tags, others do. Some tags are purely character data (unstructured text), not structured data. Some are just comments. We need a way to compose multiple tags together into a single 'virtual' tag for flexible HTML generation. All these conditions can be pretty hard to keep track of--unless your compiler does exhaustiveness checking. Then the compiler will tell you if you missed any cases.

    In the example above I didn't make any manual effort to cover all the cases, I simple listed out the cases I wanted to handle in order. The compiler made sure that I didn't miss any.

What are some alternatives?

When comparing hobbes and dream-html you can also consider the following projects:

peridot - A fast functional language based on two level type theory

litestar - Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs

sexp - S-expression swiss knife

htmlgo - A library for writing type-safe HTML in Golang

hail - A service for pull-based continuous deployment based on hydra.

literal-html - Simple and unsafe HTML/XML templates for TypeScript, using tagged template literals

rum - Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript

flog - Pre-Markdown static site generator based on UNIX tools and XSL

typedef

dom - DOM Standard

cookiecutter-django - Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

gron - Make JSON greppable!