me1531
2019-7-13 13:33:31

Prototype turnstile type display in dr racket: https://twitter.com/wilbowma/status/1149845030783217665?s=19


zenspider
2019-7-13 20:18:07

I imagine the variability of that can lead to a lot of problems.


sorawee
2019-7-13 21:25:19

Can you give me some examples of the problems that you predict?


zenspider
2019-7-13 21:44:53

I download your code. My preferenced are different from yours. The code runs entirely differently as a result.


sorawee
2019-7-13 21:58:45

So, if you want to make portable, always create info.rkt to create project-specific config. In addition, specify dependencies in info.rkt so that if there are any conflict, raco pkg install will yell at you.

The point of system-wide config is to do something quick and dirty. It shouldn’t be used in production.