Changeset 3364
- Timestamp:
- 06/27/08 11:12:18 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/lisp-ecoop/website/templates/programme.xml
r2482 r3364 6 6 <h1>Workshop Programme</h1> 7 7 8 The programme will be available in June. 9 10 <!-- 11 <h3>9:00 - 10:30</h3> 12 8 <h3>9:15 - 11:30</h3> 13 9 <ul> 14 <li>Introduction</li> 15 <li>Alexander Repenning, "Antiobjects: Mapping Game AI to Massively Parallel Architectures using Collaborative Diffusion"</li> 10 <li>Opening</li> 11 <li>Keynote 1 -- Mark Tarver, "Lisp for the 21st Century"</li> 12 <li>Paper 1 -- Michael Wessel, "Software Abstractions for Description Logic Systems"</li> 16 13 </ul> 17 14 18 <h3>10:30 - 11:00</h3> 19 15 <h3>11:30 - 12:00</h3> 20 16 <ul> 21 <li>Coffee break</li>17 <li>Coffee break</li> 22 18 </ul> 23 19 24 <h3>11:00 - 12:30</h3> 25 20 <h3>12:00 - 13:30</h3> 26 21 <ul> 27 <li> Sébastien Mosser, "Are functional languages a good way to represent productive meta-models?"</li>28 <li>P ierre Thierry, Simon E.B. Thierry, "Dynamic data models: an application of MOP-based persistence inCommon Lisp"</li>22 <li>Paper 2 -- Leonardo Uribe, "Using Data Parallelism in Lisp for Implementing a Quantum Simulator"</li> 23 <li>Paper 3 -- Geoff Wozniak, "Adaptive Libraries and Interactive Code Generation for Common Lisp"</li> 29 24 </ul> 30 25 31 <h3>12:30 - 14:00</h3> 32 26 <h3>13:30 - 15:30</h3> 33 27 <ul> 34 28 <li>Lunch break</li> 35 29 </ul> 36 30 37 <h3>14:00 - 15:30</h3> 38 31 <h3>15:30 - 17:30</h3> 39 32 <ul> 40 <li> Christophe Rhodes, "CLOS discriminating functions and user-defined specializers"</li>41 <li> Jim Newton, "Specialization Oriented Programming"</li>33 <li>Keynote 2 -- Rich Hickey, "A detailed Look at the Lisp Nature of Clojure"</li> 34 <li>Paper 4 -- Pascal Costanza, "make-method-lambda Considered Harmful"</li> 42 35 </ul> 43 36 44 <h3>15:30 - 16:00</h3>45 46 <ul>47 <li>Coffee break</li>48 </ul>49 50 <h3>16:00 - 18:00</h3>51 52 <ul>53 <li>Nikodemus Siivola, "Thread and Interrupt Safe Method Dispatch in PCL"</li>54 <li>Pascal Costanza, Robert Hirschfeld, "Recent Developments in ContextL and Context-oriented Programming"</li>55 <li>Wrap Up</li>56 </ul>57 -->58 59 37 </lisp-ecoop:page>
