←back to thread

177 points Runonthespot | 9 comments | | HN request time: 1.062s | source | bottom
Show context
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 #
1. 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 #
2. benzible ◴[] No.45158520[source]
I'd love to see elixir support.
replies(1): >>45189206 #
3. Bigsy ◴[] No.45158640[source]
Clojure would be awesome
4. Alifatisk ◴[] No.45158873[source]
Thanks for your quick response, most large codebases I've been fiddling on is Ruby!
replies(1): >>45189202 #
5. t0mas88 ◴[] No.45159577[source]
Java would be useful as well for larger backend codebases.
6. jcgl ◴[] No.45177965[source]
Go would be my top ask. Shell and make would be nice bonuses.
7. Runonthespot ◴[] No.45189202[source]
Ruby support has been added!
replies(1): >>45195490 #
8. Runonthespot ◴[] No.45189206[source]
Sadly, not great support for Elixir from tree-sitter but it should handle them generically as text files
9. Alifatisk ◴[] No.45195490{3}[source]
Amazing how quick you were, thank you!