Ingy döt Net

Results 114 issues of 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...

runtime

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...

repl

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...

compiler

Investigate if and what an OO object model for YAMLScript would be. It's open question whether or not YS would benefit from this.

XL

``` !yamlscript/v0.1.72 ???

compiler

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...

core

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....

interop