|
|
|
|
|
by jbellis
406 days ago
|
|
That officially makes you an early adopter, thanks! Yes, it's basically just parsing for declarations. (If you doubleclick on any context in the Workspace it will show you exactly what's inside.) You have to import the dependencies via File -> Decompile Dependency and then it gets parsed like the rest of your source, only read-only. I have a love-hate relationship with Java, mostly love lately, the OpenJDK team is doing a great job driving the language forward. It's so much faster than Python, it's nice being able to extend a language in itself and get native performance. Since we're just using Jlama to debounce the LLM requests, we can use a tiny model that runs fine on CPU alone. The latest Jlama supports GPU as well but we're not using that. |
|