How is the GUI library? I downloaded the personal edition but keep reverting back to slime and sbcl. ---------- Forwarded message ---------- From: lisp-feedback@lispworks.com Date: Jan 15, 2013 10:49 AM Subject: LispWorks 6.1.1 Personal Edition To: omouse@gmail.com Cc:
Dear LispWorks user,
LispWorks 6.1.1 Personal Edition is now available, free of charge from
http://www.lispworks.com/downloads/
We are alerting you because you downloaded an earlier version of LispWorks Personal Edition.
New features ------------ LispWorks Personal Edition now offers:
* Environment access API (augment-environment etc) * High-quality drawing on all platforms including anti-aliasing. * Native printing on GTK+ * Some support for input methods * Writing image files (JPEG, PNG, TIFF etc) * Drag'n'drop improvements on GTK+ * capi:browser-pane on Windows and Cocoa * Support for multiple monitors * Further extensions to the multiprocessing API * IPv6 support in sockets * Foreign blocks in the FLI. * ASDF2 included * Improved documentation and more example code * Various other new features, enhancements in CAPI and improvements in the IDE * Many bug fixes
Not all features are supported for every platform. For details please see the feature table at
http://www.lispworks.com/products/features.html
More details of the improvements in this release can be found in the Release Notes at
http://www.lispworks.com/documentation/lw61/RNIG/html/readme-292.htm
How to obtain LispWorks Personal Edition ---------------------------------------- Download LispWorks Personal Edition at
http://www.lispworks.com/downloads/
-- Dave Fox LispWorks Ltd http://www.lispworks.com/
Registered Office: St John's Innovation Centre, Cowley Road, Cambridge CB4 0WS Registered in England: No. 5114963 EC VAT ID: GB 833329531
I have LW Pro for Mac to support some commercial distros of our stuff, but our supported functionality is mainly web based for deployment, so we really don't use CAPI ourselves. I know one of our customers did use it though, and got some nice results. Let me know if you would like to be in touch with him.
For IDE I use Slime these days for all the Lisps we work with, including with LW. The LW IDE is nice, and it's nice to know it is there for customers who might be emacs-phobic, but I prefer to stick with Slime, for sake of consistency.
On Jan 19, 2013, at 11:59 AM, Rudolf omouse@gmail.com wrote:
How is the GUI library? I downloaded the personal edition but keep reverting back to slime and sbcl.
---------- Forwarded message ---------- From: lisp-feedback@lispworks.com Date: Jan 15, 2013 10:49 AM Subject: LispWorks 6.1.1 Personal Edition To: omouse@gmail.com Cc:
Dear LispWorks user,
LispWorks 6.1.1 Personal Edition is now available, free of charge from
http://www.lispworks.com/downloads/
We are alerting you because you downloaded an earlier version of LispWorks Personal Edition.
New features
LispWorks Personal Edition now offers:
- Environment access API (augment-environment etc)
- High-quality drawing on all platforms including anti-aliasing.
- Native printing on GTK+
- Some support for input methods
- Writing image files (JPEG, PNG, TIFF etc)
- Drag'n'drop improvements on GTK+
- capi:browser-pane on Windows and Cocoa
- Support for multiple monitors
- Further extensions to the multiprocessing API
- IPv6 support in sockets
- Foreign blocks in the FLI.
- ASDF2 included
- Improved documentation and more example code
- Various other new features, enhancements in CAPI and improvements in the IDE
- Many bug fixes
Not all features are supported for every platform. For details please see the feature table at
http://www.lispworks.com/products/features.html
More details of the improvements in this release can be found in the Release Notes at
http://www.lispworks.com/documentation/lw61/RNIG/html/readme-292.htm
How to obtain LispWorks Personal Edition
Download LispWorks Personal Edition at
http://www.lispworks.com/downloads/
-- Dave Fox LispWorks Ltd http://www.lispworks.com/
Registered Office: St John's Innovation Centre, Cowley Road, Cambridge CB4 0WS Registered in England: No. 5114963 EC VAT ID: GB 833329531 _______________________________________________ toronto-lisp mailing list toronto-lisp@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp
On 13-01-19 11:59 AM, Rudolf wrote:
How is the GUI library? I downloaded the personal edition but keep reverting back to slime and sbcl.
I use Lispworks extensively, including the IDE and the GUI library (CAPI).
The lispworks IDE is so well integrated that I have no desire to go back to emacs[1]. In fact, when I tried SBCL and slime recently, I was deeply disappointed (maybe someone needs to give me a tour :-).
I lean on the visual stepper and inspector a lot.
Is your question about CAPI or about the IDE?
CAPI is a sensibly designed and very powerful library for building GUI's.
pt
[1] I do keep emacs around for non-lisp activity, and, for the fact that its regex-replace stuff is very powerful (and familiar to me after a few decades). Once in a while, I have to make a mass-edit to a lisp program that is easier in emacs.