2 comments

  • dang1 hour ago
    Related. Others?<p><i>Summer Rhombus picture competition 2026</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48546270">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48546270</a> - June 2026 (2 comments)<p><i>Rhombus Language</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43394881">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43394881</a> - March 2025 (158 comments)<p><i>Rhombus: Macro-extensible language with conventional syntax built on Racket</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41151439">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41151439</a> - Aug 2024 (97 comments)<p><i>State of Rhombus (programming language)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30314109">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30314109</a> - Feb 2022 (17 comments)
  • spdegabrielle1 day ago
    Rhombus is designed to be<p>* approachable and easy to use for everyday purposes, with a readable indentation syntax; and<p>* uniquely customisable with an _open-compiler API_ that is accessible to a wide audience.
    • cptmurphy18 hours ago
      Racket is already approachable and easy to use for everyday purposes
      • bjoli14 hours ago
        A lot of people hate sexprs. Even seemingly reasonable folks.<p>I imagined they have met students that really struggle with the syntax, while grokking the concepts easily.<p>I myself have heard &quot;the parentheses are hard to balance&quot; and &quot;after a while you dont even see the parentheses&quot; enough times that I think maybe both can be correct.
    • ginko1 hour ago
      Adding significant whitespace to a new language feels like a bad choice. It&#x27;s not terrible but I do think it was a bad call for Python in hindsight.
      • pasquinelli30 minutes ago
        why do you think it was a bad choice?
        • ginko27 minutes ago
          It‘s a source of problems with mismatched tabs&#x2F;spaces being used for indentation between team members for fairly little upside. Imo it also makes moving blocks of code more cumbersome.