Software Alternatives, Accelerators & Startups

Browsh VS Garden (Clojure)

Compare Browsh VS Garden (Clojure) and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Browsh logo Browsh

A fully-modern text-based browser, rendering to TTY and browsers

Garden (Clojure) logo Garden (Clojure)

Unlike the mini-languages that are other pre/post-processor options, Garden leverages the full power of the Clojure programming language for CSS.
  • Browsh Landing page
    Landing page //
    2023-08-04
  • Garden (Clojure) Landing page
    Landing page //
    2023-08-17

Browsh features and specs

  • Low Bandwidth Usage
    Browsh uses textual and minimal visual elements by rendering web pages in a text-based browser like Lynx, which reduces the bandwidth requirement significantly.
  • Compatibility with Modern Websites
    Unlike traditional text-based browsers, Browsh can handle modern web technologies like HTML5, CSS3, and JavaScript, making it more adaptable to contemporary web standards.
  • Remote Access
    Browsh can be used over SSH, allowing users to browse the internet from a remote server, which is beneficial in accessing blocked content or when local internet is slow.
  • System Resources Efficiency
    Browsh primarily operates in a terminal, consuming fewer system resources compared to graphic-intensive web browsers, ideal for users on older hardware.
  • Privacy
    Running Browsh on a remote server can enhance user privacy by hiding the user's IP address and isolating sessions from the local machine.

Possible disadvantages of Browsh

  • Limited Visual Experience
    As Browsh primarily functions in a text-based environment, it lacks the full visual and interactive experience of a fully-featured graphical web browser.
  • Learning Curve
    Users may find navigating and understanding the terminal interface challenging, particularly for those unfamiliar with using command-line tools.
  • JavaScript Limitations
    Even though Browsh supports JavaScript, complex functionalities might not render as effectively as in graphic browsers, potentially impacting interactive web applications.
  • Limited Multimedia Support
    Multimedia content, like videos or animated graphics, may not display perfectly, limiting the user's ability to consume certain types of content.
  • Setup Complexity
    Setting up Browsh to work optimally, especially for remote access scenarios, can be more complex compared to regular web browsers, requiring some technical knowledge.

Garden (Clojure) features and specs

  • Clojure Interoperability
    Garden leverages Clojure's syntax and functional programming paradigms, enabling seamless integration with Clojure applications and allowing developers to utilize Clojure's features, such as macros and immutable data structures.
  • Powerful Abstraction
    Garden provides a high-level abstraction for styling, which allows developers to compose styles dynamically and programmatically. This can lead to more maintainable and reusable code compared to traditional CSS.
  • Live Reloading
    Garden integrates well with tools like Figwheel for hot reloading, allowing developers to see changes in styles immediately without refreshing the browser, which boosts productivity.
  • Code as Data
    By treating CSS as data, Garden allows for the manipulation and transformation of styles with the full power of Clojure's data processing capabilities, enabling complex style logic that would be cumbersome in vanilla CSS.

Possible disadvantages of Garden (Clojure)

  • Steep Learning Curve
    For developers not familiar with Clojure, the syntax and concepts might present a barrier to entry, requiring a learning period before being able to effectively use Garden.
  • Limited Adoption
    As a niche tool within the Clojure ecosystem, Garden has a smaller user base and community compared to more mainstream CSS preprocessors like SASS or LESS, which can limit the availability of community resources and plugins.
  • Performance Overhead
    Generating styles dynamically might add to the initial rendering time compared to static style sheets, which can be a concern for performance-sensitive applications.
  • Debugging Complexity
    The abstraction and dynamic nature of Garden can make debugging CSS issues more complex, as it is not as straightforward as inspecting static CSS rules in browser developer tools.

Browsh videos

Browsh A Text based Browser that is Actually Pretty Good! | Odd Projects #2

More videos:

  • Review - Linux Fails on the Desktop, Plus Arch Malware and the Browsh Browser
  • Review - Linux Terminal Browser [Browsh]

Garden (Clojure) videos

No Garden (Clojure) videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Browsh and Garden (Clojure))
Web Browsers
100 100%
0% 0
CSS Framework
0 0%
100% 100
Rental Property Management
Developer Tools
0 0%
100% 100

User comments

Share your experience with using Browsh and Garden (Clojure). For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Browsh should be more popular than Garden (Clojure). It has been mentiond 13 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Browsh mentions (13)

  • This doesn’t sound right. Thoughts?
    Well I do also regularly make use of brow.sh expecially when I hit the slow hours of the internet. I just login to my old ssh sdf.org shell account and away I go. Source: over 2 years ago
  • Ask HN: Who wants to be hired? (November 2022)
    15 years experience. You may have seen my text-based modern browser, https://brow.sh, here on the front page a few times. - Source: Hacker News / over 2 years ago
  • Ask HN: Is it still possible to live in a terminal?
    You might be interested in https://brow.sh. - Source: Hacker News / over 2 years ago
  • Ask HN: Freelancer? Seeking freelancer? (May 2022)
    Some of you may know me from https://brow.sh `. - Source: Hacker News / about 3 years ago
  • [plugin] browse internet from neovim
    That looks really useful! It would be even nicer to see something like this, but integrated with brow.sh for those who prefer to stay on the terminal. Source: about 3 years ago
View more

Garden (Clojure) mentions (2)

  • What working with Tailwind CSS every day for 2 years looks like
    Thanks for the vanilla-extract recommendation, I'll be using this! In my case, tailwind was useful for providing a handy set of vocabularies for simple and common stylings. But once customizations start to pile on, we're back into SCSS. Using 2 systems at once meant additionally gluing them with the postcss toolchain, so effectively we have 3 preprocessors running for every style refresh. Looking in at TypeScript... - Source: Hacker News / over 2 years ago
  • Clojure Single Codebase?
    I spent some time doing this ~3 years ago, so I don't know about now, but to my knowledge it was the only language where you could really use one language for everything: no HTML (via hiccup), no CSS (via garden), clojure/clojurescript everywhere, and no shell (via babashka). Source: almost 3 years ago

What are some alternatives?

When comparing Browsh and Garden (Clojure), you can also consider the following products

W3M - w3m is a text-based web browser as well as a pager like ' ...

Stylecow - CSS processor to fix your css code and make it compatible with all browsers

Links - Links is a graphics and text mode web browser, released under GPL. Links is free software.

CSS Next - Use tomorrow’s CSS syntax, today.

Lynx.invisible-island.net - Thomas Dickey is the maintainer/developer of the Lynx text-browser. This page gives some background and pointers to Lynx resources.

PostCSS - Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.