On 25/09/2018 23:38, Ryan Culpepper wrote: > On 9/25/18 1:11 PM, Alexis King wrote: >> [....] Personally, I would appreciate a way to ask >> Racket to strip all phase ≥1 code and phase ≥1 dependencies from a >> specified program so that I can distribute the phase 0 code and >> dependencies exclusively. However, to my knowledge, Racket does not >> currently include any such feature. > > `raco demod -g` seems to do that, but the `-g` option is marked with a > warning. Wow, ok, I am officially amazed - but at the same time slightly scared of trying it on a very large application. :) What do you mean 'marked with a warning'? raco demod --help just says: -r, --recompile : Recompile final module to re-run optimizations There's no warning there. -- Paulo Matos -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [racket-users] Compilation/Embedding leaves syntax traces
'Paulo Matos' via Racket Users Tue, 25 Sep 2018 23:13:05 -0700
- [racket-users] Compilation/Embedding leaves... 'Paulo Matos' via Racket Users
- Re: [racket-users] Compilation/Embeddi... Alexis King
- Re: [racket-users] Compilation/Emb... 'Paulo Matos' via Racket Users
- Re: [racket-users] Compilation... Philip McGrath
- Re: [racket-users] Compila... 'Paulo Matos' via Racket Users
- Re: [racket-users] Compilation/Emb... Ryan Culpepper
- Re: [racket-users] Compilation... 'Paulo Matos' via Racket Users
- Re: [racket-users] Compilation... 'Paulo Matos' via Racket Users