I'm a Lisp newbie, and having fun learning how things work. I've been reading the newsgroups for a couple of months, but haven't gotten a great impresssion of what people are *actually* using Lisp for.
I'd go first, but have no active project.
Any takers for the question "What are you doing in Lisp, right now?"
Tait
ps I'm looking for inspiration here. Pleaes don't bother with "Something really great and world changing, but I can't tell you because I'm on an IND."
On Wed, 03 Nov 2004 13:03:41 -0800, Tait Stevens wrote:
> Any takers for the question "What are you doing in Lisp, right now?"
OK, I might as well 'fess up. Maybe it'll give me the extra kick I need to finish some of these things. I'm currently working on:
- Writing something that will talk to an imap server and make an archive of an email account that I have no access to except via imap. I've got something working using cl-postoffice, but now I'm thinking I should have used mel-base... oh well, in any case it's just about working... except it writes mbox format that other programs don't seem to like reading very much. Must get around to fixing that some time.
- Converting an old project of mine (http://www.abstractnonsense.com/portfolio/ocr.html) from Java to Lisp, and being constantly amazed at how much smaller it's getting. I've converted about 90% of it now.
Cheers, Bill. -- "If you give someone Fortran, he has Fortran. If you give someone Lisp, he has any language he pleases." -- Guy Steele
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
Right now?
Writing macro-writing utilities, and trying to figure out if it's possible to get lazy evalution to work.
I'm also writing yet another html-generating framework, that being easier than adapting any of the current ones. Can't seem to find any html coders who will work for bananas; they all prefer to work in libraries.
In article <458628b3.0411031303.1f67e...@posting.google.com>, tait.stev...@gmail.com (Tait Stevens) wrote:
> Hi All,
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
> Tait
> ps I'm looking for inspiration here. Pleaes don't bother with > "Something really great and world changing, but I can't tell you > because I'm on an IND."
(1) While hoping for new funding to resume work on a mostly complete huge application to support clinical drug trials (its funcionality encompasses those of PageMaker, Lotus Notes, SQL, and includes its own GUI)...
(2) I am developing a portable GUI framework involving OpenGL, OpenAL, arbitrary graphics files and more so I can...
(3) ...resurrect a line of commercial educational software.
> Any takers for the question "What are you doing in Lisp, right now?"
Currently i'm writing a web platform for developing Database front-ends (CRUD). It is my first large project (non-toy) in lisp, and i'm loving it.
First, i have a macro that automagically generates a clsql view-class from a table in my postgres database. This includes setting up all the relationships with the proper :join-class info. The hardest part of this was figuring out the postgres system tables.
The macro also defines a view-class-metadata method that returns some info about the table (col-names, types, pkeys, fkeys, etc.)
Using the created view-classes and metadata, i then define a UCW componenent with a custom sql-view-class parent class that can autmatically display/query/edit/add/etc by calling a more specific component (view-class-search say) with itself as a slot.
(UCW is a great web-app development platform, similar to struts or seaside, only quite a bit better IMO).
What this gets me is a complete basic CRUD screen with roughly 2 lines of code (connect to database, generate classes). Then it's simply a matter of specifiying the methods on my new classes to change the default behavior. I can then whip up a quick data driven web app in a few short hours of coding.
Eventually, the goal is to create an Access-like package on top of mozilla and UCW, and allow my clients to create minimal databases with crud screens, simple by creating tables in the DB (which can be done via a wizard interface .. no sql needed)
Since it's all generated from a postgres database, and a lot of the functionality of the interface derives from a proper specification of primary and foriegn keys, i think the databases will be of a higher quality then Access-msjet type projects, even though they are written by the same class of user.
I was inspired by a similar package written in Perl (Maypole). I found that while it created the defaults very well, as soon as you tried to change it you ran into hackery. With my lisp approach, everything is seamless, and simple to extend/modify. A lot of it's ease is due to the incredible UCW package, which makes web-dev simple, as it handles all the HTTP bits for you. I suggest you check it out if you are a web developer.
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
(Something I get paid to do:)
1. A code-walker for the commercial product produced by my employer. It walks the full source code of the product (which is written in 5 programming languages), finds every bit of code that emits any text to the Linux system logging facility, parses out the messages, fnids references to variables and constants and substitutes their values, and writes a nicely-formatted report in which all the messages are sorted according to logging level.
(Something I'm doing in return for non-monetary consideration:)
2. Figuring out how to interface a certain Lisp to the OSX UI frameworks.
(Something I'm doing to help some friends get some business deals:)
3. Client code to suck very large datasets from publicly-available databases (mostly genome and proteome records) and parse them into tree structures that are easy to search, annotate, and update.
(Things I'm doing because they are fun and/or someone would like me to do them:)
4. A programmable word processor (Alpaca) for Mac OS X.
5. An economic simulation game (Hansa2).
6. A Lisp IDE for Mac OS X.
7. The framework code and tools used to build (4), (5), and (6) (Bosco).
8. A VM suitable for running the output of Lisp compilers.
Yes, this is too many projects. Yes, it means that releases take a long time.
On the other hand, one of the reasons I use Lisp is because II can actually continue to make progress and releases in the little bits of time I have to give each spare-time project.
On 3 Nov 2004 13:03:41 -0800, tait.stev...@gmail.com (Tait Stevens) wrote:
> Any takers for the question "What are you doing in Lisp, right now?"
For money:
1. A web application which dynamically generates PDF, RTF, or HTML from XSL-FO templates. Data is filled in from a hierarchical database which is itself extended and modified on the fly by the templates when they're uploaded. We use TBNL/mod_lisp plus CL-WHO for the web app and CLSQL/PostgreSQL for backups. For XML parsing we prototyped with XMLS but will now switch to either CXML or Franz' new SAX parser. The conversion from XSL-FO to the afore-mentioned output formats is done with external Java tools.
2. Another web application which gathers data from surveys done by pharma companies and produces up-to-date graphical output of the current results for the client. The data is uploaded as CSV data and the graphical output can be modified by the guy who coordinates the surveys with a simple Lispy configuration file - he's not a programmer himself. These are static pages created by a cron job using CL-GD and CL-WHO.
3. Maintenance of a Windows app (done with LispWorks' CAPI) I wrote about a year ago. It is used by my client to assemble data from various websites and generates CSV output for MS Excel. It makes heavy use of CL-PPCRE to extract the relevant data from the various sites it encounters. (No, this is not used for unsolicited marketing.)
For fun:
4. A .NET layer for Common Lisp, currently for LispWorks. I've stopped working on it after I showed an initial prototype in Amsterdam but I'll continue real soon now... :)
Cheers, Edi.
--
Lisp is not dead, it just smells funny.
Real email: (replace (subseq "spamt...@agharta.de" 5) "edi")
tait.stev...@gmail.com (Tait Stevens) writes: > Any takers for the question "What are you doing in Lisp, right now?"
Right now I'm working on a book about Common Lisp. That has involved writing code to: filter spam, parse binary data in general, parse ID3 tags from MP3 files, organize the data so parsed into a queryable in-memory database, stream MP3s to MP3 clients such as iTunes, XMMS, and Winamp using the Shoutcast server, programatically generate HTML, and put the last four together into a web interface for the Shoutcast server and MP3 database. If I get to it I'll be writinga parser generator (actually the code is already written ) a la Yacc or ANTLR.
When I finish the book I will--finally--get to pop the stack back to my long delayed project to implement a genetic programming system for breeding critters that play the game of Go.
In article <458628b3.0411031303.1f67e...@posting.google.com>, tait.stev...@gmail.com (Tait Stevens) wrote:
> Hi All,
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
> Tait
> ps I'm looking for inspiration here. Pleaes don't bother with > "Something really great and world changing, but I can't tell you > because I'm on an IND."
For money:
I'm writing, in Common Lisp, a programming language for writing models of human cognition.
I am continuing to evolve a system that generates business applications for .NET in C#. It is like a domain specific language with an underlying framework. (It could easily generate Java or other languages.)
We have been using it in its evolving state for about 5 years now and it is giving us about a 10-1 productivity gain in the initial development. Since the generated code is (now) essentially bug free, this also saves LOTS of time. And it is MUCH easier to evolve programs too - more savings.
Why do we not just use Lisp as the delivery language? It comes down to components. .NET (and Java) have huge choices of commercially available components for GUI, Infrastructure, Database, ... (not available in Lisp).
On 3 Nov 2004 13:03:41 -0800, tait.stev...@gmail.com (Tait Stevens) wrote:
>Hi All,
>I'm a Lisp newbie, and having fun learning how things work. I've been >reading the newsgroups for a couple of months, but haven't gotten a >great impresssion of what people are *actually* using Lisp for.
>I'd go first, but have no active project.
>Any takers for the question "What are you doing in Lisp, right now?"
Wade Humeniuk <whumeniu-delete-this-antispam-dev...@telus.net> writes: > Tait Stevens wrote: > > Any takers for the question "What are you doing in Lisp, right now?"
> Writing a Telephony Based Appointment Confirmation System for a group > of Ear/Nose/Throat Doctors. I am working with Dave Bakhash > (PortusGroup).
> LispWorks, Windows and Linux. CAPI Interface, Client/Server (Both > written in Lisp).
I should add that we just completed a massive email-to-voice gateway for a company currently specializing in email-to-fax gateway services. It was a combination of a Lisp engine, alongside several Perl scripts which elegantly handle email-related routines.
The service should be available some (hopefully early) next year.
Personally, I've been managing development for a few websites. I had a huge opportunity a few years ago, to develop a large diamond website, based out of New York City, but chose Java over CL. Our company is now developing another one, for which we've decided to use PHP.
We have yet another website we'll be starting in a few months, and this will probably be the first website we try to tackle in CL. Of course, Wade will be the project lead. The website is for an Oral and Maxillofacial Surgery practice.
tait.stev...@gmail.com (Tait Stevens) writes: > Any takers for the question "What are you doing in Lisp, right now?"
Programming language "research"[1], focusing on concurrency at the moment. For me, Common Lisp is more a language to write programming languages than a language to write programs.
Kind regards,
Dirk Gerrits
[1] I'm not actually a researcher who gets paid to do this at the moment. Just a student with a hobby.
Peter Seibel <pe...@javamonkey.com> writes: > tait.stev...@gmail.com (Tait Stevens) writes:
>> Any takers for the question "What are you doing in Lisp, right now?"
> Right now I'm working on a book about Common Lisp. That has involved > writing code to: filter spam, parse binary data in general, parse ID3 > tags from MP3 files, organize the data so parsed into a queryable > in-memory database, stream MP3s to MP3 clients such as iTunes, XMMS, > and Winamp using the Shoutcast server, programatically generate HTML, > and put the last four together into a web interface for the Shoutcast > [...] > When I finish the book I will--finally--get to pop the stack back to > my long delayed project to implement a genetic programming system for > breeding critters that play the game of Go.
Game of GO and Lisp! Sounds like music to my ears ;-)
tait.stev...@gmail.com (Tait Stevens) writes: > Hi All,
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
> Tait
> ps I'm looking for inspiration here. Pleaes don't bother with > "Something really great and world changing, but I can't tell you > because I'm on an IND."
Tait,
Thanks a lot for the question which produced a lot of interesting responses, I'm also a Lisp newbie and plan to write/translate/publish some introductory articles, interviews, projects, etc. for introducing Lisp to the Turkish speaking IT world (consider me as partner-in-crime of BM ;-).
Applications like Lisp code that generates C# or Java code looks very interesting, I'd like to see more examples of that.
If responders provide URLs for the projects they were involved (as some of them did) this will be great for me because one thing I'm sure is that many young computer enthusiasts will ask questions like "hey, show me a cool app. written in Lisp and give reasons why the authors preferred Lisp over other development platforms". The more concrete examples the better.
Oh, by the way, the first example I give is Edi Weitz's Regex Coach:
which is one hell of an application which saved my life for oh-so-many-times! I use regexen in Perl, VBScript, JScript, PHP, etc. so maybe you understand what I mean. That Regex Coach is the best *visual* regex debugger I've ever seen, it runs on Windows, GNU/Linux, etc. it small in size, fast, loads of features and leaves competition in the dust (the last regex helper I've seen was a .NET application with all the bells and whistles (read: bloatware) and required me to install .NET runtime). It seems that you'd better not challenge experienced Lisp programmers or they can come up with very sharp tools ;-)
Edi Weitz wrote: > On 3 Nov 2004 13:03:41 -0800, tait.stev...@gmail.com (Tait Stevens) wrote:
>>Any takers for the question "What are you doing in Lisp, right now?"
> For fun:
> 4. A .NET layer for Common Lisp, currently for LispWorks. I've stopped > working on it after I showed an initial prototype in Amsterdam but > I'll continue real soon now... :)
> I'm a Lisp newbie, and having fun learning how things work. I've been > reading the newsgroups for a couple of months, but haven't gotten a > great impresssion of what people are *actually* using Lisp for.
> I'd go first, but have no active project.
> Any takers for the question "What are you doing in Lisp, right now?"
> Tait
> ps I'm looking for inspiration here. Pleaes don't bother with > "Something really great and world changing, but I can't tell you > because I'm on an IND."
I am currently working on writing an IRC bot similar in style to Eliza or Alice. This is a self-motovated project, although I will get a CS credit for it, when complete at school.
On 04 Nov 2004 11:20:59 +0000, Ingvar <ing...@hexapodia.net> wrote:
>For profit (well, as part of my job): > Taking network log data and munging it around (I actually started > using python, but it just wasn't fast enough; the library that > extracts log entries has been posted to the small-cl-src list).
Tait Stevens wrote: > ps I'm looking for inspiration here. Pleaes don't bother with > "Something really great and world changing, but I can't tell you > because I'm on an IND."
Here are two really BIG projects that could be done with Lisp.
1) Electronic Voting Machine. Diebold seems to be missing the ball. Do it with a port of Symbolics to custom voting hardware or maybe Allegro CL on some secure BSD system. Take your pick. 2) A replacement for the US Air Traffic Control System. A project that has failed multiple times.
[This thread is turning into a great public service!]
Current career:
Flow problems in graph theory. Started from algorithms of Ford-Fulkerson and others, and built ideas on top of them. This helped solve two problems at work: graph layout in a GUI, and avoiding bottlenecks in telecommunications. Lispy features: macros, tail-recursion, dolist.
Also coming soon: dumping a graph layout into SVG format.
Continuing my last career:
Please see http://www.geocities.com/mmcconnell17704/math.html This contains the Lisp code that was my main research project up to 1999, plus Java code written since then. (Why Java? Don't ask....) My current project is translating some or all of the Java code back to Lisp, where there will be several advantages: macros for compile-time type optimization (used with care) first-class functions transparent big-integer arithmetic multiple inheritance
By the way, here are some other places to look for real-life Lisp projects.
On Thu, 04 Nov 2004 18:02:15 +0100, Fernando <f...@NOSPAMeasyjob.net> wrote: > On 04 Nov 2004 11:20:59 +0000, Ingvar <ing...@hexapodia.net> wrote:
>> For profit (well, as part of my job): Taking network log data and >> munging it around (I actually started using python, but it just >> wasn't fast enough; the library that extracts log entries has been >> posted to the small-cl-src list).
> Could you post it to some web site? O:-)
The mailing list has an archive.
Edi.
--
Lisp is not dead, it just smells funny.
Real email: (replace (subseq "spamt...@agharta.de" 5) "edi")