[racket-users] [TFP'20] first call for papers: Trends in Functional Programming 2020, 13-14 February, Krakow, Poland
- First call for papers 21st Symposium on Trends in Functional Programming tfp2020.org - The sympos
Re: [racket-users] Code generation options for a self-made compiler
I don't have a great answer for this situation, either. If the compilation mode makes sense as a global configuration of an installation, then one possibility would be to add to "etc/config.rktd". Editing that file is less convenient in some ways than command-line arguments, but it's nicer in oth