Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Clojure

Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. subtitle

Clojure Reviews and details

Screenshots and images

  • Clojure Landing page
    Landing page //
    2023-09-19

Badges

Promote Clojure. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

What is the business value of Clojure?

Blog in Clojure Code Review

Clojure Web App Code Review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Clojure and what they use it for.
  • Let's write a simple microservice in Clojure
    This article will explain how to write a simple service in Clojure. The sweet spot of making applications in Clojure is that you can expressively use an entire rich Java ecosystem. Less code, less boilerplate: it is possible to achieve more with less. In this example, I use most of the libraries from the Java world; everything else is a thin Clojure wrapper around Java libraries. - Source: dev.to / 2 days ago
  • A new F# compiler feature: graph-based type-checking
    I have a tangential question that is related to this cool new feature. Warning: the question I ask comes from a part of my brain that is currently melted due to heavy thinking. Context: I write a fair amount of Clojure, and in Lisps the code itself is a tree. Just like this F# parallel graph type-checker. In Lisps, one would use Macros to perform compile-time computation to accomplish something like this, I think.... - Source: Hacker News / 6 months ago
  • Ask HN: Why does the Clojure ecosystem feel like such a wasteland?
    As an analogy - my face hasn't changed all that much in a past few years, and I haven't changed my profile picture in those few years. Does it really mean that I'm unmaintained/dead? > Where can I find latest documentation [...]? The answer is still https://clojure.org/. And https://clojuredocs.org/ but it's community-maintained so might occasionally be missing some things right after they're released. E.g. As of... - Source: Hacker News / 8 months ago
  • Best implementation of CL for learning purposes
    As a Java/Scala user you should check out Clojure! It is highly recommended (https://clojure.org). Source: about 1 year ago
  • Why I decided to learn (and teach) Clojure
    Lisp is not a programming language, but a family of languages ​​with many dialects. The most famous dialects include Common Lisp, Clojure, Scheme and Racket. So after deciding that I was going to learn Lisp, I had to choose one of its dialects. - Source: dev.to / about 1 year ago
  • 8 Meta-learning Tips To Grow Your Skills as a Software Engineer
    I learned Clojure to implement a plugin for Metabase (the tool my former company used for creating business dashboards). I probably won’t ever use the language anymore in the future, but learning functional programming was fun and eye-opening. - Source: dev.to / about 1 year ago
  • hep plz idk where else to ask
    Why not Clojure? Java is a fine language. The problem is that most people who do use it are incredibly lazy and don't use it well. Then you remember languages like C and C++ exist, and are thankful that these same people use Java instead. Source: over 1 year ago
  • Is there any currently working way to import a local Java .jar library into a Clojure project?
    I'm using Leiningen to set up the project, so it seems that the guide on clojure.org does not apply. And in the Leiningen Docs I couldn't find anything... Source: over 1 year ago
  • how will i go about learning lisp?
    I don't have any references for these claims, but I reckon the two most well-known and most used versions of Lisp these days are found in Clojure and Common-lisp. Both sites link to resources on how to learn the language. Source: over 1 year ago
  • A language without operators
    Lisp and Forth and all of their derivatives like Clojure and Factor:. Source: over 1 year ago
  • Will Clojure destroy my career?
    Clojure needs marketing. Beautiful hand-crafted websites with shiny code examples, easy to get started tutorials, online REPLs, video tutorials, regular blog posts about *simple* issues. The current clojure.org website, while significantly improved over the last years, doesn't cut it: it speaks the language of veteran software architects, not junior aspiring programmers (don't believe me? Click on the first... Source: over 1 year ago
  • Need some advice, feeling depressed about the direction of our industry
    First of all: You have deep knowledge. That is good and valuable. The Java ecosystem is not going anywhere and it will stay relevant for years to come. But there are also other technologies that have their merits. I understand that you find it frustrating to look at them and you feel like it's a huge wall to climb to also learn these technologies after you have invested so incredibly much time in mastering the... - Source: Hacker News / almost 2 years ago
  • Interactive Experience like Calva for Python?
    Calva is a VS Code extension for Clojure. When a Calva REPL is started, the editor shows 2 panes - input file on left, Clojure REPL on the right (I have also added a Calva demo image at the end.). Source: almost 2 years ago
  • Racket for Computer Music?
    Overtone, in clojure and using the SuperCollider engine. Source: almost 2 years ago
  • Revealing my strategy to algo trading, letting the computer do my bidding
    I envisioned an AI that that could adjust it's strategy based on collecting its own winning predictions and losing predictions, and improving/adjusting itself with that data - using a fairly simple neural network; just a 3-layer multilayer perceptron or "MLP", meaning there is only two hidden layers. I think I did end up with a pretty sophisticated program written on Clojure, a programing language that's great for... Source: almost 2 years ago
  • Ownership vs full immutability
    There is also the use of Persistent Datastructures in languages like Clojure and popularized by the Chris Okasaki Thesis. Source: almost 2 years ago
  • Hello. I am Mihai Dolganiuc. This is my first post on reddit and r/logodesign. I’ve been a graphic designer for the past 10 years and I love logos. I am working on a logo collection to share soon.
    Three over, is based on the lambda symbol, and it was an exploration for a programming language course named Clojure, which is also represented by the lambda symbol. https://clojure.org. Source: about 2 years ago
  • Clojure written in Dart
    And in case you didn't know, there was a short period of time, some 15 years ago, where Clojure was the newest hot thing in the land of Java. Source: about 2 years ago
  • 10分钟go crawler colly从入门到精通
    Package main Import ( "fmt" "github.com/gocolly/colly/v2" ) Func main() { urls := []string{ "http://webcode.me", "https://example.com", "http://httpbin.org", "https://www.perl.org", "https://www.php.net", "https://www.python.org", "https://code.visualstudio.com", "https://clojure.org", } c := colly.NewCollector( ... - Source: dev.to / about 2 years ago
  • AWS Provisioning Three Ways
    So far, I haven't even mentioned that the demo code I wrote is in Clojure, my favorite language. Usually, it's quite a bit of effort to deploy clojure, because you need a compiler and build pipeline to get your artifacts ready to run. Thanks to a lightweight interpreter called nbb, you can interpret Clojure in a lambda as easily as you can interpret JavaScript. If you're not into Clojure, it's not a problem. These... - Source: dev.to / about 2 years ago
  • The Lisp Curse
    >Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. [0] Neither the Clojure page, nor its users seem to agree with you. [0] https://clojure.org/. - Source: Hacker News / about 2 years ago

Do you know an article comparing Clojure to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Clojure discussion

Log in or Post with

This is an informative page about Clojure. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.