wisp-lang / wisp

A little Clojure-like LISP in JavaScript
https://gozala.github.io/wisp/
Other
982 stars 68 forks source link

How to write and publish wisp modules #107

Closed zcaudate closed 10 years ago

zcaudate commented 10 years ago

I wish to port http://github.com/zcaudate/gyr over to wisp and I'm wondering how wisp handles library dependencies (like maven style deps) what do I have to do with my wisp code in order for it to be reusable in another project?

zcaudate commented 10 years ago

Sorry... The link is http://github.com/purnam/gyr

Gozala commented 10 years ago

wisp works natively with node modules, also wisp modules can be imported by other node programs. There for dependency management has being handled by node package manager. I personally tend to precompile library to JS before publishing it, although that's not a requirement.

Gozala commented 10 years ago

If you need more assistance free to drop by https://gitter.im/Gozala/wisp

zcaudate commented 10 years ago

Cool :) will do

On 12 Jul 2014, at 9:00, Irakli Gozalishvili notifications@github.com wrote:

If you need more assistance free to drop by https://gitter.im/Gozala/wisp

— Reply to this email directly or view it on GitHub.