When i run asdf:test-op for iolib, i got several tests failed, but they share common things:
;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CRLF [OUTPUT]. ;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CR [OUTPUT].
so every test where there is UTF-8 CRLF [OUTPUT] or UTF-8 CR [OUTPUT] fails.
Im using openmcl 64bit on macbook.
Id also like to see tutorial for making simple socket server and client for sending messages and triggering events with iolib. If someone could direct, id appreciate that.
-Marko