Re: [racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Daniel Patterson
Unlike, e.g., Google? > On Oct 10, 2023, at 12:11 PM, Adam Golding wrote: > > Yikes, how do we protest introducing a dependency on some corporation? > > On Tue, 10 Oct 2023 at 12:09, D. Ben Knoble > wrote: >> You'll probably get more replies on Discourse. A short

[racket] raco setup abort if pre-install-collection fails?

2013-10-24 Thread Daniel Patterson
Hi, We have a package that pre-compiles some code from a #lang to racket (which is needed for an unrelated reason). This is done via raco setup "pre-install-collection" (in info.rkt). The problem is that this compilation can fail, and if it does, the actual setup (which includes this file many p

[racket] REPL input chunking for non-sexp language

2012-12-09 Thread Daniel Patterson
I'm working (with sk and jpolitz) on a non-sexp language built on top of racket. We have basic support for it in the repl inside DrRacket, but none at all from the racket commandline repl (which also means no support for embedding inside other editors) - and the former seems to be using s-exps to