hiccup

Fast library for rendering HTML in Clojure (by weavejester)

Hiccup Alternatives

Similar projects and alternatives to hiccup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hiccup alternative or higher similarity.

hiccup discussion

Log in or Post with

hiccup reviews and mentions

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.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 10 Nov 2024
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic hiccup repo stats
18
2,690
4.3
10 days ago

weavejester/hiccup is an open source project licensed under Eclipse Public License 1.0 which is an OSI approved license.

The primary programming language of hiccup is Clojure.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Clojure is
the 27th most popular programming language
based on number of metions?