Ingy döt Net
Ingy döt Net
Users of a YAMLScript binding module should be able to specify the powers that the runtime is allowed to use at code evaluation time. Currently a `yamlscript().load(...)` operation allows full...
YAMLScript plan to support multiple levels of (Clojure style long running server) REPL development experience. This is the first offering and is targeted at the lowest entry level. Non-programmers or...
YS errors on block sequences and flow collections when in "code mode". The reason is twofold: * They aren't really valuable in code mode * When you see them, you...
Investigate if and what an OO object model for YAMLScript would be. It's open question whether or not YS would benefit from this.
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...
YAMLScript code compiles to Clojure always. However the Clojure is intended to be evaluated by the YS runtime. Using the `ys::std` library which does some things different than Clojure core....