All -- thank you very much for your collective responses. They all were helpful and gave me good perspective for making some decisions on using Elixir for command-line tools.
Thanks again. B On Saturday, May 21, 2016 at 11:06:40 PM UTC-7, Peter Hamilton wrote: > > Stream processing is a fantastic use case for command line utilities in > Elixir. IO.stream(:stdio, :line) plus Stream/Enum functions makes it really > easy to do some highly parallel/concurrent processing. > > I haven't done a ton of general purpose stuff, but I've used it heavily in > some specific data analysis tools. > >> >> -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/a3e9ae24-d0c6-4273-8887-952be11398d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
