yaml / yamlscript

Programming in YAML
MIT License
382 stars 31 forks source link

External dependency support #140

Open ingydotnet opened 3 months ago

ingydotnet commented 3 months ago

YS needs the ability to find, install and require external dependency libraries.

These might be written in YS or Clojure and hosted on Clojars or GitHUb.

We should have an index of libraries known to work.

We can both use declaratory requirements, and automatic determination and installation.

We should treat YS, jars, pods and other packaging styles similarly.