
samth
2018-10-30 16:22:32
@cadr this program successfully extracts to a linklet: #lang racket/base
(provide fasl->s-exp s-exp->fasl)
(require (prefix-in r: racket/fasl))
(define (fasl->s-exp i intern?) (r:fasl->s-exp i #:datum-intern? intern?))
(define (s-exp->fasl v o k) (r:s-exp->fasl v o #:keep-mutable? k))

github2-x
2018-10-30 17:35:57

github2-x
2018-10-31 01:20:04

philip.mcgrath
2018-10-31 06:00:05
@philip.mcgrath has joined the channel