Writing a ClojureScript plugin for and existing project

2016-03-09 Thread Fred Eisele
I have been writing Clojure code for a while but I am not an expert. But, my JavaScript skills are even worse. There is a tool which I need to use for a project. https://github.com/webgme/webgme This tool can be extended with plugins written in javascript. These plugins may run either in the brows

Re: Announcing KR v1.4.2 :: RDF and SPARQL support using clojure data / interfaces

2016-02-08 Thread Fred Eisele
Are you still working with this? I have used your package to build an in-memory store. How to dump an in-memory jena knowledge base? Thanks On Thursday, June 14, 2012 at 10:20:03 PM UTC-5, K Livingston wrote: > > Hello everyone, I just wanted to announce the open-sourcing of a RDF and > SPARQL (a

Clojure Console in a Qt Widget

2012-12-28 Thread Fred Eisele
Systems have customization languages. Python seems to be the current darling. I would like to know how to implement a Qt widget containing the Clojure console. If you could point to an open source project which does this that would be sufficient. The following link shows the type of thing I am lo