On 02/12/2016 07:33 PM, Ty Coghlan wrote:
Both of you were correct, I had to flush my output and newline
terminate it. The final result looks like:
(define (broadcast source destination type message port)
(let ([h (hash 'source source 'dest destination
'type type 'message me
Both of you were correct, I had to flush my output and newline terminate it.
The final result looks like:
(define (broadcast source destination type message port)
(let ([h (hash 'source source 'dest destination
'type type 'message message)])
(fprintf port "~a\n" (jsexpr->st
2 matches
Mail list logo