dgoffredo VS bruno

Compare dgoffredo vs bruno and see what are their differences.

bruno

A jekyll-esque static site generator with the power of Clojure. (by askonomm)
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
dgoffredo bruno
3 1
- 16
- -
- 7.9
- about 2 years ago
Clojure
- MIT License
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.

dgoffredo

Posts with mentions or reviews of dgoffredo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Using ELisp as an HTML templating engine
    8 projects | news.ycombinator.com | 10 Apr 2022
    Yes, using anylisp as a anything templating engine. I love this stuff.

    It's not as ideal, but you can even get away with this in Python using comprehensions and functions. Any language with nested data structure literals will do. Really, any expression language.

    Here's a Python version: https://github.com/dgoffredo/dgoffredo.github.io/blob/master...

    and a Javascript version: https://github.com/dgoffredo/llama/blob/master/llama/xml.js

    ...and as others have said, Scheme has "sxml," which I use here: https://github.com/dgoffredo/xsd-gc

  • Show HN: Md2blog – A zero-config static site generator for dev blogs
    4 projects | news.ycombinator.com | 29 Nov 2021
    Always interesting to see what someone else came up with for their static site generator. If I had known about yours, I might have used it instead of writing mine: https://github.com/dgoffredo/dgoffredo.github.io
  • Chicken Scheme
    2 projects | news.ycombinator.com | 2 Sep 2021
    I even do a minimal version of SXML in python, using python's lists, because it's much better than the DOM/builder way.

    https://github.com/dgoffredo/dgoffredo.github.io/blob/372300...

    You could do the exact same thing in javascript.

bruno

Posts with mentions or reviews of bruno. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-10.
  • Using ELisp as an HTML templating engine
    8 projects | news.ycombinator.com | 10 Apr 2022
    This is neat. I actually built a static site generator[0] that uses Clojure for the templating language, and that enables me to do some things like build my own RSS feed [1] or a custom archive front page [2]. Pretty happy with this over Handlebars or the like to be honest.

    [0]: https://github.com/askonomm/bruno (documentation pending, check out example site at https://github.com/askonomm/bien.ee)

What are some alternatives?

When comparing dgoffredo and bruno you can also consider the following projects:

markblog - The way to blog with markdown.

with-c-syntax - C language syntax in Common Lisp

ano.ee - My personal site.

llama - lisp-like application markup