File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 68
68
" .clisprc.lisp" )
69
69
(:implementation ecl
70
70
" .eclrc" )
71
+ (:implementation mezzano
72
+ " init.lisp" )
71
73
(:implementation mkcl
72
74
" .mkclrc" )
73
75
(:implementation lispworks
@@ -245,6 +247,8 @@ quicklisp at CL startup."
245
247
#+ ecl :resolve-symlinks #+ ecl nil )
246
248
(directory (merge-pathnames *wild-relative* directory )
247
249
#+ ecl :resolve-symlinks #+ ecl nil )))
250
+ (:implementation mezzano
251
+ (directory (merge-pathnames *wild-entry* directory )))
248
252
(:implementation mkcl
249
253
(setf directory (truename directory ))
250
254
(nconc
Original file line number Diff line number Diff line change 259
259
# :socket-connect
260
260
# :socket-make-stream))
261
261
262
+ ; ;; Mezzano
263
+
264
+ (define-implementation-package :mezzano # :ql-mezzano
265
+ (:documentation " Mezzano Lisp Operating System - https://github.com/froggey/Mezzano" )
266
+ (:class mezzano)
267
+ (:reexport-from # :mezzano.network.tcp
268
+ # :tcp-stream-connect))
269
+
262
270
; ;; MKCL
263
271
264
272
(define-implementation-package :mkcl # :ql-mkcl
Original file line number Diff line number Diff line change 65
65
:input t
66
66
:output t
67
67
:buffering :full )))
68
+ (:implementation mezzano
69
+ (ql-mezzano :tcp-stream-connect host port
70
+ :element-type ' (unsigned-byte 8 )))
68
71
(:implementation mkcl
69
72
(let* ((endpoint (ql-mkcl :host-ent-address
70
73
(ql-mkcl :get-host-by-name host)))
Original file line number Diff line number Diff line change 52
52
# :ecl
53
53
# :gcl
54
54
# :lispworks
55
+ # :mezzano
55
56
# :mkcl
56
57
# :scl
57
58
# :sbcl))
You can’t perform that action at this time.
0 commit comments