What's the preferred way to run a raco command from a script?
I've been doing things like:
#lang racket
(system "raco frog -b")
but there has got to be a better solution.
What's the preferred way to run a raco command from a script?
I've been doing things like:
#lang racket
(system "raco frog -b")
but there has got to be a better solution.
Copyright © 2021 Jogjafile Inc.
Yes indeed, there is a better way:
Many thanks to Sam Tobin-Hochstadt.
https://github.com/racket/racket-lang-org/pull/26#issuecomment-267160884