hissp VS clojure

Compare hissp vs clojure and see what are their differences.

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
hissp clojure
29 111
421 10,669
0.7% 0.3%
9.5 6.9
8 months ago 2 days ago
Python Java
Apache 2.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.

hissp

Posts with mentions or reviews of hissp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-17.

clojure

Posts with mentions or reviews of clojure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-05.
  • Which Lisp? Beginner
    3 projects | news.ycombinator.com | 5 Jul 2025
    Oversimplifying, there are three big variants: Common Lisp, Scheme, Clojure. Each of them has a lot of somewhat similar implementations:

    * Clojure: A lot of support for immutable data. It runs in the JVM so you will have a lot of the libraries you are use to. Probably the best option for you. https://clojure.org/

    * Scheme, in particular Racket: Mostly functional, and in particular Racket has a lot of support to make your own variant. This is the option I prefer but I have to disclaim it's a biased recommendation. https://racket-lang.org/

    * Common Lisp: I heard a lot of good things about SBCL, in particular to add anotations to make the code faster https://www.sbcl.org/

    > why this language is so special

    Macros, everyone use macros, too many at the beginning, but a few where they are really necessary later.

      #lang racket
  • Create a Server Driven CLI from your REST API
    8 projects | dev.to | 18 Feb 2025
    Another project of mine Bob can be seen as an example of spec-first design. All its tooling follow that idea and its CLI inspired Climate. A lot of Bob uses Clojure a language that I cherish and who's ideas make me think better in every other place too.
  • Clojure for the Brave and True
    1 project | dev.to | 10 Feb 2025
  • Vamos falar sobre programação funcional? Uma abordagem diferente para resolver problemas.
    1 project | dev.to | 10 Feb 2025
  • Glojure: Clojure interpreter hosted on Go, with extensible interop support
    12 projects | news.ycombinator.com | 29 Nov 2024
    Glojure author here! Your analysis is spot-on :). I'll definitely take a look at clojure.core-test. As components mature, I focus on improving compatibility by porting tests from Clojure [0], but they often require modifications to accommodate differences in the host language. As you noted, there are still several fundamental features missing — most notably some core data structures. That said, the implementation is robust enough to support another non-trivial hobby project [1].

    A bit more detail on some of your observations:

    > No JIT or AOT compilation (right now).

    I do plan to implement AOT compilation eventually. JIT, however, is more complex. Go's "plugin" standard library [2] could serve as a mechanism, but its support is limited and not without issues [3].

    > it looks like the analysis could be largely a port of tools.analyzer

    Exactly! Another key implementation strategy has been the handling of clojure.core. Instead of reimplementing everything from scratch, the Clojure 1.11 core libraries are programmatically transformed to work with Go [4]. However, this approach has its downsides — many functions appear to be available but are non-functional because parts of their implementation haven't yet been adapted.

    And by the way, impressive progress on Jank! I've been following it closely and really admire the work you're doing.

    [0] https://github.com/clojure/clojure/tree/master/test/clojure/...

  • Scheming About Clojure
    2 projects | dev.to | 13 Nov 2024
    Clojure is a LISP for the Java Virtual Machine (JVM). As a schemer, I wondered if I should give Clojure a go professionally. After all, I enjoy Rich Hickey's talks and even Uncle Bob is a Clojure fan. So I considered strength and weaknesses from my point of view:
  • Top FP technologies
    22 projects | dev.to | 29 Oct 2024
    Clojure
  • Debugging a memory leak in a Clojure service
    2 projects | news.ycombinator.com | 6 Sep 2024
  • Clojure 1.12.0 is now available
    12 projects | news.ycombinator.com | 5 Sep 2024
    Here's what I mean by Malli's inability to check macros.

    https://github.com/clojure/clojure/blob/ad54fec/src/jvm/cloj...

    clojure.spec has a privileged spot in the compiler so that it can validate the data in macros. No other library can do this, because the Clojure compiler directly calls into clojure.spec and does not expose any sort of hook for validating macros.

  • Try Clojure
    37 projects | news.ycombinator.com | 22 May 2024

What are some alternatives?

When comparing hissp and clojure you can also consider the following projects:

hy - A dialect of Lisp that's embedded in Python

racket - The Racket repository

phel-lang - Phel is a functional programming language that transpiles to PHP. A Lisp dialect inspired by Clojure and Janet.

trufflesqueak - A Squeak/Smalltalk VM and Polyglot Programming Environment for the GraalVM.

hy-lisp-python - examples for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"

nbb - Scripting in Clojure on Node.js using SCI

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?