(1+ *)<div><br></div><div>I am knee-deep daily in one of those communities. Time and time again, I request that people send me the raw text files of data as opposed to poorly importing them into an Excel spreadsheet. Or, I'll get some spreadsheet "analysis" that contains brittle calculations that require lots of hand editing if you wish to update data, (select ranges, etc.). If people are going to rely on Excel to the extent that they do, I wish they'd at least learn VBA.</div>
<div><br></div><div>I have a large body of lisp code that is purely an abstraction layer to insulate me from a very poorly conceived DSL for a finite element analysis package. Having the lisp abstraction is like a productivity accelerator. The more I have abstracted, the more productive I am and the more time I have to implement higher level abstractions.</div>
<div><br></div><div>Tom<br clear="all">----------------------------------------------------------------<br>Thomas M. Hermann<br>Odonata Research LLC<br><a href="http://www.odonata-research.com/">http://www.odonata-research.com/</a><br>
<a href="http://www.linkedin.com/in/thomasmhermann">http://www.linkedin.com/in/thomasmhermann</a><br>
<br><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 2:54 AM, Marco Antoniotti <span dir="ltr"><<a href="mailto:antoniotti.marco@disco.unimib.it">antoniotti.marco@disco.unimib.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
+1<br>
<br>
May I also say that there are entire scientific, financial, and accounting communities that should be barred from using Excel?<br>
<br>
Cheers<br>
--<br>
MA<br>
<br>
<br>
<br>
On Jul 22, 2011, at 09:14 , Daniel Pezely wrote:<br>
<br>
>  ...<br>
<div class="im"><br>
> Lessons learned:  (a few more while I'm here)<br>
><br>
>  1. Know your audience, and build for the correct users.<br>
><br>
>  2. Build the right tool.  (I'm a systems programmer; a good stats person would likely have come up with a better work-flow, likely using R so rich reports could also be generated quickly.)<br>
><br>
>  3. Good language design can be challenging.  I would have been better off (perhaps) stealing SQL or XQuery's FLOWR conventions than inventing my own "simple" set of commands.  (Syntax is another matter... as you know.)<br>

><br>
>  4. Being adept at backquotes, comma substitution and unrolling lists is not necessarily enough skill to create a good, clean DSL implementation.  But keep trying.  Do your best to make one for "keeps".  Then throw it away, anyway.  It's important to not hold anything back in the first version.  Ah, experience!  (I'll likely go at this one again just for the fun of it.)<br>

> e.g., unrelated project from years ago: <a href="http://play.org/learning-lisp/html.lisp" target="_blank">http://play.org/learning-lisp/html.lisp</a><br>
><br>
>  5. Collaborate: Get input from others.  My co-workers who also use Common Lisp were many time-zones and an ocean away, busy with looming deadlines of their own. However, their 10 years CL experience to my 5 (and their far deeper stats familiarity) would certainly have helped here.<br>

><br>
> -Daniel<br>
<br>
--<br>
</div>Marco Antoniotti, Associate Professor                           tel.    <a href="tel:%2B39%20-%2002%2064%2048%2079%2001" value="+390264487901">+39 - 02 64 48 79 01</a><br>
DISCo, Universitą Milano Bicocca U14 2043               <a href="http://bimib.disco.unimib.it" target="_blank">http://bimib.disco.unimib.it</a><br>
Viale Sarca 336<br>
I-20126 Milan (MI) ITALY<br>
<br>
Please note that I am not checking my Spam-box anymore.<br>
Please do not forward this email without asking me first.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
pro mailing list<br>
<a href="mailto:pro@common-lisp.net">pro@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/pro" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/pro</a><br>
</div></div></blockquote></div><br></div>