Re: [pro] Lisp and DSLs

2011-07-22 Thread Didier Verna
Thank you all very much for the feedback. I guess I have a lot to read for the holidays now... -- Resistance is futile. You will be jazzimilated. Scientific site: http://www.lrde.epita.fr/~didier Music (Jazz) site: http://www.didierverna.com ___

Re: [pro] Lisp and DSLs

2011-07-22 Thread Ben Hyde
Is there an excel-hater's mailing list we could move this discussion to. :) ps - Is it possible to open the slime inspector on a stack frame or frames? ___ pro mailing list pro@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinf

Re: [pro] Lisp and DSLs

2011-07-22 Thread raito
Or at least learn the difference between a spreadsheet and a database... I see too many spreadsheets used as databases. Neil Gilmore ra...@raito.com Quoting "Thomas M. Hermann" : If people are going to rely on Excel to the extent that they do, I wish they'd at least learn VBA. _

Re: [pro] Lisp and DSLs

2011-07-22 Thread Daniel Weinreb
If you have people making messy spreadsheets that are hard to maintain, you might want to look at this. I have not used it myself: http://www.modelsheetsoft.com But it's from Howard Cannon, Symbolics co-founder and main inventor of Flavors, an ancestor of CLOS. -- Dan On Fri, Jul 22, 2011 at 9

Re: [pro] Lisp and DSLs

2011-07-22 Thread Thomas M. Hermann
(1+ *) 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 han

Re: [pro] Lisp and DSLs

2011-07-22 Thread Vsevolod Dyomkin
Speaking of XML, there's another good example of a special-purpose DSL, designed for efficient processing of OSM map data, described here: http://swizard.livejournal.com/142027.html (text in Russian). On Wed, Jul 20, 2011 at 4:32 PM, Didier Verna wrote: > > Dear friends, > > I'm starting to wri

Re: [pro] Lisp and DSLs

2011-07-22 Thread Marco Antoniotti
+1 May I also say that there are entire scientific, financial, and accounting communities that should be barred from using Excel? Cheers -- MA On Jul 22, 2011, at 09:14 , Daniel Pezely wrote: > ... > Lessons learned: (a few more while I'm here) > > 1. Know your audience, and build for t

Re: [pro] Lisp and DSLs

2011-07-22 Thread Daniel Pezely
On Jul 20, 2011, at 6:32 AM, Didier Verna wrote: > Right now, I would like to know if any of you have DSL "pearls", nice > examples of DSLs that you have written in Lisp by using some of its > features in a clever or elegant way. I would also gladly accept any > point of view or comment on what's