yaml / yamlscript

Programming in YAML
MIT License
358 stars 31 forks source link

Watch style REPL development #137

Open ingydotnet opened 2 weeks ago

ingydotnet commented 2 weeks ago

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 people unfamiliar with an nREPL style flow.

It only requires any editor (like notepad++), a terminal and the ys command.

One would run ys --watch program.ys, then edit the program with various syntax that would cause things to happen in the terminal on save.

We've discussed many flow ideas but the exact details are yet to be determined.