←back to thread

177 points Runonthespot | 10 comments | | HN request time: 0.001s | source | bottom
1. Alifatisk ◴[] No.45158027[source]
At this point, we aren't even saying it's written in Rust anymore, we just mention it in the title whenever possible.

I did look into the core features and I gotta say, that looked quite cool. It's like Google search, but for the codebase. What does it take to support other languages?

replies(1): >>45158346 #
2. Runonthespot ◴[] No.45158346[source]
It supports most languages but needs a bit of tree-sitter setup to do semantic chunking. Let me know what languages you’d like added
replies(5): >>45158520 #>>45158640 #>>45158873 #>>45159577 #>>45177965 #
3. benzible ◴[] No.45158520[source]
I'd love to see elixir support.
replies(1): >>45189206 #
4. Bigsy ◴[] No.45158640[source]
Clojure would be awesome
5. Alifatisk ◴[] No.45158873[source]
Thanks for your quick response, most large codebases I've been fiddling on is Ruby!
replies(1): >>45189202 #
6. t0mas88 ◴[] No.45159577[source]
Java would be useful as well for larger backend codebases.
7. jcgl ◴[] No.45177965[source]
Go would be my top ask. Shell and make would be nice bonuses.
8. Runonthespot ◴[] No.45189202{3}[source]
Ruby support has been added!
replies(1): >>45195490 #
9. Runonthespot ◴[] No.45189206{3}[source]
Sadly, not great support for Elixir from tree-sitter but it should handle them generically as text files
10. Alifatisk ◴[] No.45195490{4}[source]
Amazing how quick you were, thank you!