Stream: New Members & Projects

Topic: announcement: isabelle-query


view this post on Zulip András Salamon (Aug 21 2026 at 23:20):

To install: pip install isabelle-query

view this post on Zulip David Wang (Aug 29 2026 at 13:14):

Claude really likes this tool and I thought it would be useful as a base for some IDE-like features for jEdit, so I told Claude to rewrite it in Scala as an isabelle component. A benefit is that it's faster now. https://github.com/david-wang-0/isabelle-query

Pros:

Cons:

Table by Claude:

Python query JVM tool, cold thin client (a plain isabelle query)
show on a 2-theory AFP entry 73 ms 1091 ms 33 ms
callers on a 28-theory entry 290 ms 1441 ms 112 ms
summary on src/HOL (1451 theories) 4865 ms 4197 ms 64 ms
summary --by-session over the whole AFP 37.5 s 19.5 s 0.27 s

view this post on Zulip András Salamon (Aug 29 2026 at 15:51):

This is good news! I've added a link to David's Scala port in the README of the current version of the Python isabelle-query.

view this post on Zulip David Wang (Aug 30 2026 at 11:11):

The JVM startup is not the only reason the server is faster. It holds the entire parsed project in memory. That costs about 1.2GB for the whole AFP. A cold run with Python is still faster. Performance is not strictly better, but rather a trade off between memory and speed.


Last updated: Sep 15 2026 at 09:19 UTC