▲ | NeutralForest 6 days ago | |
I've been trying to use ajrepl but as mentioned in the README, there's a lot of cruft that gets output. How do you setup ajsc? | ||
▲ | worthless-trash 6 days ago | parent [-] | |
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 |