▲ | worthless-trash 6 days ago | |
In Emacs
In the janet itself:
If you have tight main loop, make sure you have something like:
To allow the netrepl server to take time.Start janet (usually i do it via jpm)
Then m-x ajsc and localhost:9365This should be default. If you dont start it in debug mode, you can't redefine functions as they are running. I have an example using it for live web stuff here: https://github.com/wmealing/janet-joy-live |