v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

terminal-color behaves differently on laptop and desktop #8

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

On my (Windows) desktop, selected atoms can be printed in colour. On my (Ubuntu) laptop, this causes a program crash. I've added a quick flag inside the code to control whether colours should be used, but a better solution would be nice.