duckling_old icon indicating copy to clipboard operation
duckling_old copied to clipboard

Clojurescript

Open SephVelut opened this issue 7 years ago • 4 comments

How can this library be converted to javascript code that node can run using clojurescript?

SephVelut avatar Jan 08 '17 07:01 SephVelut

That's not trivial, since we currently have a dependency to Java-based Joda time (through the clj-time library). It should be possible to replace clj-timewith a Clojurescript time library such as cljs-time, but there's definitely some work! If many developers in the community would like a JS version of Duckling, we could do it.

ar7hur avatar Jan 08 '17 07:01 ar7hur

I'm a clojure scrub so I'm not capable of porting clj-time. A lot of my projects run node and I absolutely need to use duckling; its perfect for what I need to do. I could help rewrite a JS version if I could get a headstart on the innereds of duckling.

SephVelut avatar Jan 08 '17 07:01 SephVelut

A Js version would be awesome! It would definitely bring more contributors (in clojure) if they can use the lib in their favorite language. We could help if you plan to do it.

pimente avatar Feb 04 '17 09:02 pimente

A would use a js version

muditsaurabh avatar Apr 19 '17 20:04 muditsaurabh