It would be great if one day some rather adventurous soul, say, ported the CL-PPCRE code to run under a JVM hosted common lisp (e.g. http://www.cliki.net/Armed%20Bear%20Lisp) and ported the GUI to IBM's attractive SWT gui...
Of course that adventurous soul might want to get their fingers on your CAPI based GUI, and you may have reasons for not distributing it?
wishful thinking.
Greg
PS. thanks for regex-coach!
-----Original Message----- From: regex-coach-bounces@common-lisp.net [mailto:regex-coach-bounces@common-lisp.net] On Behalf Of Edi Weitz Sent: Thursday, March 03, 2005 5:36 PM To: Andreas Davour Cc: regex-coach@common-lisp.net Subject: Re: [regex-coach] Strange fatal error
On Thu, 3 Mar 2005 09:45:48 +0100 (CET), Andreas Davour ante@Update.UU.SE wrote:
You wouldn't mind expanding a bit upon that position?
Sure. What do you want to know?
I could probably have solved this problme myself in 10 minutes if I had the source
Probably not. The way OpenMotif is found is hard-coded into CAPI and can't be changed even if you have the source code to Regex Coach.
and contributed code to make your program even better.
So, you're an experienced Common Lisp hacker?
And, you mean, it's not possible to build without one? Why?
Because it relies on CAPI for the GUI part.
Without the GUI it's not much more than my CL-PPCRE library which is already available in source form. There are several free Common Lisp compilers available for FreeBSD so you can hack it as much as you like.
Cheers, Edi. _______________________________________________ regex-coach site list regex-coach@common-lisp.net http://common-lisp.net/mailman/listinfo/regex-coach
------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.
On Thu, 3 Mar 2005 17:48:18 -0000, "Allen, Greg" greg.allen@lehman.com wrote:
It would be great if one day some rather adventurous soul, say, ported the CL-PPCRE code to run under a JVM hosted common lisp (e.g. http://www.cliki.net/Armed%20Bear%20Lisp)
CL-PPCRE purports to be portable Common Lisp, so if it doesn't run on ABCL then that's probably because ABCL isn't fully ANSI-compliant yet. Otherwise that's a bug in CL-PPCRE which should be reported. (In other words: There should be no need to "port" CL-PPCRE.)
and ported the GUI to IBM's attractive SWT gui...
Of course that adventurous soul might want to get their fingers on your CAPI based GUI, and you may have reasons for not distributing it?
If someone had plans to do this I'd be glad to help.
Cheers, Edi.