abcl-socket.txt - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
abcl-socket.txt (402B)
---
1
2 ABCL provides a callback interface to java objects, next to these calls:
3
4 - ext:make-socket
5 - ext:socket-close
6 - ext:make-server-socket
7 - ext:socket-accept
8 - ext:get-socket-stream (returning an io-stream)
9
10 abcl-swank (see SLIME) shows how to call directly into java.
11
12
13 See for the sockets implementation:
14
15 - src/org/armedbear/lisp
16 * socket.lisp
17 * socket_stream.java
18 * SocketStream.java