tree-sitter

tree-sitter fun
2020-02-23T09:02:38.001100Z

so some potentially interesting news -- borkdude succeeded in setting things up so that: 1. rust code can be called from clojure, and 2. that all can be compiled into a graal native-image executable

2020-02-23T09:03:04.001900Z

one reason this is interesting is -- tree-sitter has rust bindings.

2020-02-23T09:03:53.002600Z

so tree-sitter stuff might become usable from jvm clojure as well as graalvm (there may be a wasm-based path at some point too)

2020-02-23T09:04:20.002900Z

at least, this is my take on the situation