Just wondering... You know how the escaping of double quotes with backslashes gets pretty messy in windows because single quotes aren't used, well does it need to be?
As I understand it, in Windows the command line is just a string (as returned by GetCommandLine), and it is broken up into things like argv as a covenience by the C stdlib, Java, or whatever else. Wondering if you could just grab the raw command line and parse the command line yourself to avoid the user having to add backslashes everywhere? On Fri, 3 Aug 2018, 17:42 Alex Miller <a...@puredanger.com wrote: > Hi Fredrick, > > I am working on a Powershell port and Windows install for Clojure and clj > and I hate to have your out there as a non-official but identically named > set of things. Is there some way to make this less official looking and/or > make it more obviously not the official one? > > Alex > > > On Friday, August 3, 2018 at 11:36:09 AM UTC-5, frericksm wrote: >> >> Hi, >> long demanded - at least by myself - i put together the missing >> installer for clojure and cli for windows 10. >> >> URL: https://github.com/frericksm/clj-windows/releases/tag/v1.0-alpha >> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Ffrericksm%2Fclj-windows%2Freleases%2Ftag%2Fv1.0-alpha&sa=D&sntz=1&usg=AFQjCNEx8b8AmjbJ3hTfwygztKcSFMPETA> >> >> >> >> >> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.