Josh Rotenberg

Results 32 comments of Josh Rotenberg

Interested, and would love to help out!

I'm playing around with this a bit. It looks like it's easy enough to just use some interop and wrap the Java calls in Clojure functions, but I think there...

So for the absolute simplest case (when your rules don't need to call any methods), registering simple maps appears to work just fine: ```clojure (ns oso-demo (:import com.osohq.oso.Oso java.util.Map)) (defn...

So my next inclination was to try to use [defrecord](https://clojuredocs.org/clojure.core/defrecord)/[defprotocol](https://clojuredocs.org/clojure.core/defprotocol) for the type which would allow sort of a hybrid approach: the `User` being a record could have map key/values...

Going to track this work here for now, it's easier with a real project: https://github.com/joshrotenberg/oso-clj

> I apologize that no one has gotten back to the PR after _7_ months, looks like it feel off of everyone's radar. With that said, are you still interested...

Ok, getting back to this. If you like this approach, I can go through and move the current static content from the docs into the new mdbook/markdown format, and then...

Ok, I think this PR is at the point where the remaining changes start touching a lot more files (mostly the generated stuff, of course), so the question is this:...

![Screen Shot 2022-08-05 at 8 55 50 PM](https://user-images.githubusercontent.com/3231/183232708-6581f9a0-fb99-43c4-a5c6-1a4e14674437.png) Quick peek at how the features page looks. I'll try to get the latest deployed to gh pages on my fork to...