jcadam

↗ HN profile [ 94.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. SNARL: A SHACL Core validator written in SLOP. Compiles to C. I created a rust crate for this as well using FFI, as I'm integrating this into a larger Rust project.

  2. GROWL is an OWL 2 RL reasoner I've made using a programming language I've been working on that emphasizes contracts (called SLOP). Blog post on GROWL: https://jamesadam.me/blog/introducing-growl/ The Repo:…