flog VS hiccup

Compare flog vs hiccup and see what are their differences.

flog

Pre-Markdown static site generator based on UNIX tools and XSL (by jaredkrinke)

hiccup

Fast library for rendering HTML in Clojure (by weavejester)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
flog hiccup
1 18
0 2,653
- -
10.0 6.6
over 2 years ago 4 months ago
Shell Clojure
- Eclipse Public License 1.0
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.

flog

Posts with mentions or reviews of flog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.
  • That people produce HTML with string templates is telling us something
    16 projects | news.ycombinator.com | 26 May 2023
    XSLT has a steep learning curve and it’s extremely verbose. But my main problem with it is that (as far as I know) XHTML isn’t being updated alongside the current HTML spec (with semantic elements).

    Related: I’ll admit that I used to use XSLT for my static site generators [1] and now I’ve switched to string interpolation (with conservative escaping as the default) [2].

    [1] https://github.com/jaredkrinke/flog/blob/main/post.xsl

    [2] https://github.com/jaredkrinke/literal-html

hiccup

Posts with mentions or reviews of hiccup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-22.
  • Try Clojure
    37 projects | news.ycombinator.com | 22 May 2024
  • Writing HTML by Hand
    5 projects | news.ycombinator.com | 19 Sep 2023
    Not equivalent, but arguably more useful for manual authoring: Emmet [0] was all the range a while back, and I still use it to write HTML. It comes naturally if you're used to writing CSS-like selectors, and mostly gets out of the way.

    DSL-wise, I've rather enjoyed Clojure's Hiccup [1].

    [0] https://emmet.io/

    [1] https://github.com/weavejester/hiccup

  • A History of Clojure (2020) [pdf]
    22 projects | news.ycombinator.com | 10 Aug 2023
    * Single-Page App: shadow-cljs for the build concerns (https://github.com/thheller/shadow-cljs), Reagent with Re-frame for complex/large app (https://reagent-project.github.io and https://github.com/day8/re-frame). Even if we now prefer using HTMX (https://htmx.org) and server-side rendering (Hiccup way of manipulating HTML is just amazing, https://github.com/weavejester/hiccup).
  • Clojure Bites - Render HTML, introducing selmer template library
    2 projects | /r/Clojure | 8 Jun 2023
    I'd prefer hiccup.
  • That people produce HTML with string templates is telling us something
    16 projects | news.ycombinator.com | 26 May 2023
    That is why I like Hiccup/ Clojure so much: https://github.com/weavejester/hiccup It is very natural to produce something resembling a document in pure Clojure data structures and then just convert it to valid HTML. I think, Reagent has some hiccup extensions that are nice like writing the class or id with a . or # notation right in the keyword describing the tag. So there probably still is some space to improve the ergonomics and probably performance. Concatenating strings still wins performance wise by a lot.
  • Building a website like it's 1999... in 2022
    6 projects | /r/programming | 19 Mar 2023
    Clojure people have been doing this for a decade or so. It’s really so much better to work with. All started with Hiccup and when React came along you got Reagent and many more developments building on the idea.
  • Rux: A JSX-inspired way to render view components in Ruby
    15 projects | news.ycombinator.com | 6 Mar 2023
    You’re halfway to Clojure’s hiccup syntax[1] there.

    [1]: https://github.com/weavejester/hiccup/blob/master/doc/syntax...

  • I taught the chat bot an alternative syntax for HTML, called HBML, basically just braces instead of tags... we are so screwed
    11 projects | /r/ProgrammerHumor | 5 Dec 2022
    That, or Hiccup.
  • [how to] Generate server-side HTML
    3 projects | /r/purescript | 1 Aug 2022
    I'm about to learn PureScript, coming from a functional TypeScript, Clojure and Elm background. To get a first taste for the language I thought I'd rewrite my Clojure test-app which generates static HTML files from JSON input using the (hiccup templating library)[https://github.com/weavejester/hiccup]. Is there some similar library in PureScript which would provide functions to create an HTML document and its content? I could not find anything when searching pursuit, but I might be just be using the correct search terms.
  • what web framework do you use?
    13 projects | /r/Clojure | 20 Jun 2022
    In Clojure thing are much more decentralised. We tend to use basic data structures along with data DSLs like Hiccup to build our software since this is the simplest way to convey meaning while retaining structure to perform additional data transformations.

What are some alternatives?

When comparing flog and hiccup you can also consider the following projects:

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

Selmer - A fast, Django inspired template system in Clojure.

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

reitit - A fast data-driven routing library for Clojure/Script

vtpl - Vtpl is a php template engine that ensures proper separations of concerns, the frontend logic is separated from presentation. The goal is to keep the html unchanged for better maintainability for both backend and frontend developers

biff - A Clojure web framework for solo developers.

dominate - Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.

re-frame - A ClojureScript framework for building user interfaces, leveraging React

dream-html - Render HTML, SVG, MathML, htmx markup from your OCaml Dream backend server

clojure - Various Clojure exercises, utilities and demos.

phpStageManager - Web-based theatre management utility

colisper - Check and transform Lisp code with Comby (beta)

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured