Marco Antoniotti | 5 Apr 2012 00:01
Picon

[ELS 2012] Call for Participation

Apologies for the multiple postings.
====================================

European Lisp Symposium 2012, Zadar, Croatia, April 29th - May 1st, 2012

Call for Participation.

http://european-lisp-symposium.org

The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp and Lisp-inspired
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP,
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We
encourage everyone interested in Lisp to participate.

The main theme of the 2012 European Lisp Conference is
"Interoperability: Systems, Libraries, Workflows".  Lisp based and
functional-languages based systems have grown a variety of solutions
to become more and more integrated with the wider world of Information
and Communication Technologies in current use.  There are several
dimensions to the scope of the solutions proposed, ranging from
"embedding" of interpreters in C-based systems, to the development of
abstractions levels that facilitate the expression of complex context
dependent tasks, to the construction of exchange formats handling
libraries, to the construction of theorem-provers for the "Semantic
Web".  The European Lisp Symposium 2012 solicits the submission of
papers with this specific theme in mind, alongside the more
traditional tracks which have appeared in the past editions.

(Continue reading)

Marco Antoniotti | 23 Jan 2012 12:15
Picon

ELS2012 Zadar, Croatia, Call for Papers

Apologies for the multiple postings...

===========================================================================

European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012
http://european-lisp-symposium.org

The purpose of the European Lisp Symposium is to provide a forum for
the discussion and dissemination of all aspects of design,
implementation and application of any of the Lisp and Lisp-inspired
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP,
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We
encourage everyone interested in Lisp to participate.

The main theme of the 2012 European Lisp Conference is
"Interoperabilty: Systems, Libraries, Workflows".  Lisp based and
functional-languages based systems have grown a variety of solutions
to become more and more integrated with the wider world of Information
and Communication Technologies in current use.  There are several
dimensions to the scope of the solutions proposed, ranging from
"embedding" of interpreters in C-based systems, to the development of
abstractions levels that facilitate the expression of complex context
dependent tasks, to the construction of exchange formats handling
libraries, to the construction of theorem-provers for the "Semantic
Web".  The European Lisp Symposium 2012 solicits the submission of
papers with this specific theme in mind, alongside the more
traditional tracks which have appeared in the past editions.

We invite submissions in the following forms:

(Continue reading)

INFO | 12 Oct 2011 08:27
Picon

Chris weiterhin in Haft

Liebe Genossen, liebe Genossinnen, liebe Bürger!

Chris weiterhin in U-Haft

Nach dem ersten 6-stündigen Verhandlungstag gegen den Antifaschisten Chris
wurde die Verhandlung nun auf den 16. September vertagt. Der Genosse wird
bis dahin weiterhin von den Repressionsorganen in Untersuchungshaft
gehalten. Vor, während und nach dem Prozess solidarisierten sich über 70
Menschen mit dem Beklagten, vor dem Amtsgericht gab es eine Kundgebung,
während im Gerichtssaal kaum mehr Platz war wegen dem hohen Andrang. Während
der Kundgebung und dem Prozess vor dem Stuttgarter Amtsgericht fuhren zudem
6 Polizeiwannen auf.

Im Gerichtssaal wurde Chris von seinen Genossen mit Applaus empfangen. Die
Staatsanwaltschaft führte mehrere Zeugen vor. Der erste Zeuge, ein Polizist,
verglich die Auseinandersetzungen gegen die rassistische Partei DIE FREIHET
unter anderem mit den Protesten gegen Stuttgart 21 und meinte, dass er sowas
seit 6 Jahren nicht erlebt habe. Auf Nachfrage der Verteidigung, konnte er
aber letztendlich nicht aussagen, dass er alle “Tritte” vom Angeklagten
abbekommen hätte. Als nächste Zeugin wurde wiederum eine Polizist
vorgeladen. Bei den Aktionen wurde sie damals selbst vom
Pfefferspray-Einsatz ihrer Kollegen erfasst. Während der Verhandlung saßen
zudem mindestens zwei Vertreter der rassistischen Partei DIE FREIHEIT im
Gerichtsaal und fotografierten heimlich Prozessteilnehmer. Einer der
Polizeibeamten schien wohl ein Bekannter eines Rassisten zu sein. Ein Video
von den Protesten gegen die rassistische Partei DIE FREIHEIT am 5. Juni
wurde dem Richter als Beweismittel vorgeführt. Ein zwei weitere Zeuge,
diesmal Vertr
eter der rassistischen Partei, werden vorgeladen. Ihr Aussagen zu den
“Täter” widersprechen sich teilweise.
(Continue reading)

Dusan Chae | 29 Jan 2011 05:47
Picon

Re: CLG on Arch

Hello,

I'm having difficulty installing the CVS version CLG using SBCL-1.0.45-1 on
Arch. Seems to be getting stuck trying to compile the "glib" and
"glib-preload" components.  Any suggestions?

Best,

~DC

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Lagatta Aderholt | 5 Jul 2010 09:09

the barber's daughter, upon whom has been conferred the distinction of be

Attachment (hexaemeron.rtf): application/octet-stream, 1305 bytes
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Clg-devel mailing list
Clg-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clg-devel
Chisheng Huang | 29 Mar 2010 19:30

Clg won't compile with SBCL>= 1.0.35.15 and a patch

Hi,

Clg won't compile with SBCL of a version >= 1.0.35.15.  This is because
SB-KERNEL:TYPE-EXPAND was replaced by SB-EXT:TYPEXPAND in SBCL 1.0.35.15.
Adding the following:

#?+(pkg-config:sbcl>= 1 0 35 15)
(sb-ext:without-package-locks
  (defun type-expand (form)
    (typexpand form)))

somewhere around the type expansion code in clg/gffi/interface.lisp will
get around this problem.  SB-EXT:WITHOUT-PACKAGE-LOCKS is needed because
TYPE-EXPAND is still exported from the SB-KERNEL package for no reason.

Best,

-cph

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Piotr Komorowski | 22 Aug 2009 00:56
Picon
Favicon

Compiling clg with SBCL 1.0.30

Hello all members,
I'm trying to build OpenMusic on Fedora10 which is a graphical programming
environment for composers based on CLOS. It requires clg and SBCL v.1x.
I downloaded clg 0.93 and tried to follow instalation instruction.
But unfortunately I can't compile the Alien Function package - here is 
what I get:

[piotr <at> localhost sbcl-0.8.21-af]$ sbcl --load "system"
This is SBCL 1.0.30, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

; compiling file "/home/piotr/sbcl-0.8.21-af/static-vector.lisp" 
(written 20 APR 2005 09:37:40 PM):
; compiling (IN-PACKAGE "SB-ALIEN")
; compiling (EXPORT (QUOTE #))
; compiling (DEFSTRUCT (STATIC-VECTOR #) ...)
debugger invoked on a SYMBOL-PACKAGE-LOCKED-ERROR in thread #<THREAD 
"initial thread" RUNNING {A903859}>:
  Lock on package SB-INT violated when globally declaring the ftype of
  MAKE-STATIC-VECTOR.
See also:
  The SBCL Manual, Node "Package Locks"

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE      ] Ignore the package lock.
  1: [IGNORE-ALL    ] Ignore all package locks in the context of this 
operation.
  2: [UNLOCK-PACKAGE] Unlock the package.
  3:                  Ignore runtime option --load "system".
  4: [ABORT         ] Skip rest of --eval and --load options.
  5:                  Skip to toplevel READ/EVAL/PRINT loop.
  6: [QUIT          ] Quit SBCL (calling #'QUIT, killing the process).

(PACKAGE-LOCK-VIOLATION #<PACKAGE "SB-INT">)[:EXTERNAL]
0]

Could anyone please help me with this problem I  - any suggestion will 
be appreciated.
Thanks in advance
Kind regards,
Piotr Komorowski
P.S. I really need OpenMusic but I am not very experienced with lisp.

----------------------------------------------------
Denzel Washington i John Travolta.
Nowy Jork, porwane metro, zakładnicy, świetna akcja.
Metro Strachu: zobacz zwiastun filmu
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fmetrostrachu.html&sid=841

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Marco Antoniotti | 20 May 2009 15:49
Picon

[ELS 2009] Call for participation

Apologies for multiple postings....

************************************************************************

  2nd European Lisp Symposium (ELS 2009)

  Milan, Italy, May 27-29, 2009
  Universita` degli Studi di Milano-Bicocca

  www.european-lisp-symposium.org

************************************************************************

CALL FOR PARTICIPATION
**********************

REGISTRATION IS OPEN AT www.european-lisp-symposium.org.
Check out the updated program.

Scope and Program Highlights:
*****************************

The purpose of the European Lisp Symposium is to provide a forum for
the discussion of all aspects of the design, implementation and
application of any of the Lisp dialects.  We encourage everyone
interested in Lisp to participate.

The European Lisp Symposium 2009 program includes presentations of
high quality papers about novel research results, insights and lessons
learned from practical applications, and educational perspectives, all
involving Lisp dialects, including Common Lisp, Scheme, Emacs Lisp,
AutoLisp, ISLISP, Dylan, Clojure, and so on.

The European Lisp Symposium will feature the following highlights:

- Scott McKay of ITA Software will talk about how Lisp use has evolved  
in
   his circannual industry work.

- Mark Tarver of Lambda Associates will talk about Qi as a viral
   mutation of the Lisp DNA.

- Mauro Pezze` of University of Milan-Bicocca will host a panel on
   Programmers' Productivity from a Software Engineering point of view.

- Joao Pavao Martins and Ernesto Morgado of SISCOG will talk about
   the role of LISP in the success of SISCOG

- Christophe Rhodes will give an unportable tutorial.

- Michele Simionato will give a tutorial on Scheme module system and
   Scheme libraries portability issues across implementations.

Social Events:
**************

Friday 29th evening, Conference Banquet

Saturday 30th morning, Guided tour to the "Futurismo" Exhibit in
the center of Milan; 2009 marks the 100th anniversary of the Futurism
Manifesto; stretching it, the harbinger of Lisp 50 years later.

Program Chair:
**************

  * Antonio Leitao, Technical University of Lisbon, Portugal

Local Chair:
************

  * Marco Antoniotti, DISCo, Universita`† Milano Bicocca, Italy

Program committee:
******************

  * Giuseppe Attardi, Universita` di Pisa , Italy
  * Pascal Costanza, Vrije Universiteit Brussel, Belgium
  * Irene Durand, Universite` Bordeaux 1, France
  * Marc Feeley, Universite` de Montreal, Canada
  * Ron Garret, Amalgamated Widgets Unlimited, USA
  * Gregor Kiczales, University of British Columbia, Canada
  * Scott McKay, ITA Software, Inc., USA
  * Peter Norvig, Google Inc., USA
  * Julian Padget, University of Bath, UK
  * Kent Pitman, HyperMeta, USA
  * Christian Queinnec, Universite` Pierre et Marie Curie, France
  * Christophe Rhodes, Goldsmiths College, University of London, UK
  * Robert Strandh, Universite` Bordeaux 1, France
  * Mark Tarver, Lambda Associates, UK
  * Didier Verna, EPITA Research and Development Laboratory, France
  * JonL White, TheGingerIceCreamFactory of Palo Alto, USA
  * Taiichi Yuasa, Kyoto University, Japan

Registration Fees:
******************

  * Students EU100, regular EU220.

Registration will include the proceedings, coffee breaks,
the symposium dinner and other amenities.
Accommodation is not included.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
Walter C. Pelissero | 6 May 2009 14:04
Picon

returning a PROXY

Same story as

http://sourceforge.net/mailarchive/message.php?msg_name=18925.45196.206073.901800%40zaphod.home.loc

This time it's more generic as SBCL complained about a null
tree-view-column as return value, which is handled with a proxy.

Here is a patch for what it is worth:

*** proxy.lisp.~1.10.~	2008-05-06 11:00:51.000000000 +0200
--- proxy.lisp	2009-05-06 13:38:14.000000000 +0200
***************
*** 346,351 ****
--- 346,356 ----
    (declare (ignore type))
    (alien-type 'pointer))

+ (define-type-method return-type ((type proxy))
+   (declare (ignore type))
+   ;; ensure-proxy-instance may return NIL if pointer is null
+   (return-type `(or ,type null)))
+ 
  (define-type-method size-of ((type proxy) &key inlined)
    (assert-not-inlined type inlined)
    (size-of 'pointer))

--

-- 
walter pelissero
http://www.pelissero.de

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
Walter C. Pelissero | 21 Apr 2009 13:39
Picon

TREE-PATH as return type

There seems to be an inconsistency between the return type for
tree-path arguments and %TREE-PATH-TO-VECTOR.

As I can see from the first line

(defun %tree-path-to-vector (location)
  (unless (null-pointer-p location)
    (let ((indices (%tree-path-get-indices location))
	  (depth (%tree-path-get-depth location)))
      (if (null-pointer-p indices)
	  #()
	(map-c-vector 'vector #'identity indices 'int depth)))))

this function can return NIL when passed a null pointer.
Unfortunately RETURN-TYPE for TREE-PATH returns a '(VECTOR INT *),
which is OK for CMUCL (who is probably ignoring the declaim produced
by DEFBINDING) but makes SBCL angry whenever a GTK function returns a
null pointer.

This patch mends the problem:

*** gtktree.lisp.~1.34.~	2008-05-06 11:00:50.000000000 +0200
--- gtktree.lisp	2009-04-21 13:24:55.000000000 +0200
***************
*** 276,281 ****
--- 276,285 ----
      (declare (ignore type))
      (alien-type 'pointer))

+   (define-type-method return-type ((type tree-path))
+     (declare (ignore type))
+     (return-type '(or (vector int *) null)))
+   
    (define-type-method size-of ((type tree-path) &key inlined)
      (assert-not-inlined type inlined)
      (size-of 'pointer))

--

-- 
walter pelissero
http://www.pelissero.de

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
Marco Antoniotti | 15 Apr 2009 23:00
Picon

ELS 2009 in Milan, Italy: Call for Participation

Apologies for multiple postings....

************************************************************************

  2nd European Lisp Symposium (ELS 2009)

  Milan, Italy, May 27-29, 2009
  Universita` degli Studi di Milano-Bicocca

  www.european-lisp-symposium.org

************************************************************************

CALL FOR PARTECIPATION
**********************

REGISTRATION IS NOW OPEN AT www.european-lisp-symposium.org.
Take advantage of the early bird registration fee.

Scope and Program Highlights:
*****************************

The purpose of the European Lisp Symposium is to provide a forum for
the discussion of all aspects of the design, implementation and
application of any of the Lisp dialects.  We encourage everyone
interested in Lisp to participate.

The European Lisp Symposium 2009 program includes presentations of
high quality papers about novel research results, insights and lessons
learned from practical applications, and educational perspectives, all
involving Lisp dialects, including Common Lisp, Scheme, Emacs Lisp,
AutoLisp, ISLISP, Dylan, Clojure, and so on.

Kent Pitman will give the keynote address on Thursday, May 28.

The presentations will be divided into two categories.

* Original contributions.

* Work in progress describing ongoing work that will be discussed in
the form of a "writers' workshop". The writers' workshops will take
place at the symposium in Milan on May 28, 2008.

Social Events:
**************

Friday 29th evening, Conference Banquet

Saturday 30th morning, Guided tour to the "Futurismo" Exhibit in
the center of Milan; 2009 marks the 100th anniversary of the Futurism
Manifesto; stretching it, the harbinger of Lisp 50 years later.

Program Chair:
**************

  * Antonio Leitao, Technical University of Lisbon, Portugal

Local Chair:
************

  * Marco Antoniotti, DISCo, Universita`† Milano Bicocca, Italy

Program committee:
******************

  * Giuseppe Attardi, Universita`† di Pisa , Italy
  * Pascal Costanza, Vrije Universiteit Brussel, Belgium
  * Irene Durand, Universite` Bordeaux 1, France
  * Marc Feeley, Universit` de Montreal, Canada
  * Ron Garret, Amalgamated Widgets Unlimited, USA
  * Gregor Kiczales, University of British Columbia, Canada
  * Scott McKay, ITA Software, Inc., USA
  * Peter Norvig, Google Inc., USA
  * Julian Padget, University of Bath, UK
  * Kent Pitman, PTC, USA
  * Christian Queinnec, Universite` Pierre et Marie Curie, France
  * Christophe Rhodes, Goldsmiths College, University of London, UK
  * Robert Strandh, Universite` Bordeaux 1, France
  * Mark Tarver, Lambda Associates, UK
  * Didier Verna, EPITA Research and Development Laboratory, France
  * JonL White, TheGingerIceCreamFactory of Palo Alto, USA
  * Taiichi Yuasa, Kyoto University, Japan

Registration Fees:
******************

  * Early registration before April 25, 2008: Students EU60, regular  
EU120.
  * Late registration before May 16, 2008: Students EU80, regular EU160.
  * Onsite registration: Students EU100, regular EU220.

Registration will include the proceedings, coffee breaks,
the symposium dinner and other amenities.
Accommodation is not included.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com

Gmane