<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo" -->

---
title: clj-suitable 0.8.0: Closing the Gap with Compliment
description: clj-suitable 0.8.0 is released, significantly improving ClojureScript code completion in CIDER, Calva, and other nREPL-based tools. The release brings...
canonical: https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: clj-suitable 0.8.0: Closing the Gap with Compliment | daily.dev
og:description: clj-suitable 0.8.0 is released, significantly improving ClojureScript code completion in CIDER, Calva, and other nREPL-based tools. The release brings...
og:url: https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo
og:image: https://api.daily.dev/og/posts/OArs98UZO.png
og:image:alt: clj-suitable 0.8.0: Closing the Gap with Compliment
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Meta Redux](https://daily.dev/sources/metaredux)

[Read post](https://api.daily.dev/r/OArs98UZO)

# [clj-suitable 0.8.0: Closing the Gap with Compliment](https://api.daily.dev/r/OArs98UZO "Go to post")

clj-suitable 0.8.0 is released, significantly improving ClojureScript code completion in CIDER, Calva, and other nREPL-based tools. The release brings clj-suitable closer to feature parity with compliment (the Clojure completion library) by adding fuzzy matching, smarter candidate ranking, local binding completion, referred var completion, and context-aware special form filtering. The post also explains the architectural complexity of ClojureScript completion — it requires two separate paths: static analysis of compiler state on the JVM and dynamic JS runtime introspection via a REPL bridge. Dynamic completion was also tightened up: introspection no longer clobbers REPL history, the introspection namespace loads once per session, and browser-runtime issues were fixed with new headless-Chrome integration tests. The update ships automatically to CIDER 2.1 users.

Jul 20•9m read time•From [metaredux.com](https://api.daily.dev/r/OArs98UZO "metaredux.com")

[![Post cover image](https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop)](https://api.daily.dev/r/OArs98UZO "Go to post")

Table of contents

[The mission: catch up with compliment](https://api.daily.dev/r/OArs98UZO?a=the-mission-catch-up-with-compliment "The mission: catch up with compliment")[A bit of backstory](https://api.daily.dev/r/OArs98UZO?a=a-bit-of-backstory "A bit of backstory")[Why ClojureScript makes this harder](https://api.daily.dev/r/OArs98UZO?a=why-clojurescript-makes-this-harder "Why ClojureScript makes this harder")[Dynamic completion, tightened up](https://api.daily.dev/r/OArs98UZO?a=dynamic-completion-tightened-up "Dynamic completion, tightened up")[What came before](https://api.daily.dev/r/OArs98UZO?a=what-came-before "What came before")[Coming to CIDER](https://api.daily.dev/r/OArs98UZO?a=coming-to-cider "Coming to CIDER")

919 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Meta Redux's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343)](https://daily.dev/sources/metaredux)

[Meta Redux](https://daily.dev/sources/metaredux "https://daily.dev/sources/metaredux")

MetaRedux provides tutorials, guides, and resources for learning and mastering Redux, a state manage... Read more

3 Followers

•

18 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"clj-suitable 0.8.0: Closing the Gap with Compliment","url":"https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo"},"datePublished":"2026-07-20T16:56:41.045Z","dateModified":"2026-07-20T16:57:01.178Z","description":"clj-suitable 0.8.0 is released, significantly improving ClojureScript code completion in CIDER, Calva, and other nREPL-based tools. The release brings...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Meta Redux","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Meta Redux","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343","url":"https://daily.dev/sources/metaredux"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/clj-suitable-0-8-0-closing-the-gap-with-compliment-oars98uzo","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Meta Redux","item":"https://daily.dev/sources/metaredux"},{"@type":"ListItem","position":3,"name":"clj-suitable 0.8.0: Closing the Gap with Compliment"}]}
```

