Fork me on GitHub
#off-topic
<
2021-11-17
>
Thanh Nguyen14:11:22

Not sure if this is the best place to ask, but I am fiddling around with Conjure and Racket. Everything is working well, apart from the way Racket's REPL display the evaluated code:

; eval (current-form): (let->combination test-let)
(mcons
 (mcons 'lambda (mcons (mcons 'x (mcons 'y '())) (mcons 10 '())))
 (mcons (mcons (mcons 0 '()) (mcons (mcons 1 '()) '())) '()))
Is there any way for me to make Racket "pretty print" the stuff before giving it back to Conjure? Thanks in advance!

FiVo14:11:17

I don't about your issue, but there seems to be a #conjure channel.

☝️ 1
Thanh Nguyen15:11:40

I think this is more of a Racket's issue, but I will try #conjure. Thanks!