Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NreplServer ¶
type NreplServer struct {
// contains filtered or unexported fields
}
NreplServer implements the nREPL protocol over TCP.
func NewNreplServer ¶
func NewNreplServer(ctx *compiler.Context) *NreplServer
func (*NreplServer) Start ¶
func (n *NreplServer) Start(port int) error
Start starts the nREPL server on the given port.
Click to show internal directories.
Click to hide internal directories.