Looking for unopinionated HTML generator library

This page summarizes the projects mentioned and recommended in the original post on /r/Common_Lisp

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
  • spinneret

    Common Lisp HTML5 generator

  • Obviously this is a contrived example, but the point is that I want to generate HTML from a list. I don't care about compiling, DSLs or templates, just a plain nested list. Spinneret seemed like it would fit the bill because it has the function interpret-html-tree, but then the author made the entire library only work with a set of hard-coded tags, so if my list contains the math tag (which is a standard HTML5 tag) everything fails.

  • plump-sexp

    Library to turn SEXPs into a Plump-DOM and back.

  • https://github.com/Shinmera/plump-sexp?

  • 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.

    InfluxDB logo
  • markup

    MARKUP provides a reader-macro to read HTML tags inside of Common Lisp code (by moderninterpreters)

  • FXML

    Secure-by-default, error-recovering XML parser and serializer in Common Lisp (by ruricolist)

  • But as a general point, although HTML lets you embed math and svg, they still need to use XML syntax, so you might be better off with an XML generator like CXML or FXML.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts