sbcl stuff
This commit is contained in:
parent
1d1dbc34df
commit
5d91dbb667
335 changed files with 119806 additions and 1 deletions
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
ABCL provides a callback interface to java objects, next to these calls:
|
||||
|
||||
- ext:make-socket
|
||||
- ext:socket-close
|
||||
- ext:make-server-socket
|
||||
- ext:socket-accept
|
||||
- ext:get-socket-stream (returning an io-stream)
|
||||
|
||||
abcl-swank (see SLIME) shows how to call directly into java.
|
||||
|
||||
|
||||
See for the sockets implementation:
|
||||
|
||||
- src/org/armedbear/lisp
|
||||
* socket.lisp
|
||||
* socket_stream.java
|
||||
* SocketStream.java
|
||||
Loading…
Add table
Add a link
Reference in a new issue