Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 548 Bytes

NOTES.md

File metadata and controls

17 lines (14 loc) · 548 Bytes

Notes

Development

current development process:

  1. implement new functionality
  2. write some testing code mixed with it
  3. run the main binary
  4. repeat until the program is doing what I want

A nicer way:

  1. write code
  2. load it into the repl and play with it -> directly see what it's doing Problems:
  3. preparing the repl environment to test more complex code needs a script (essentially the equivalent of a binary I run anyway)
  4. repl needs to support good development (much like RLS)
  5. repl needs to integrate with the editor