From feeley at iro.umontreal.ca Mon Jan 2 11:58:33 2012 From: feeley at iro.umontreal.ca (Marc Feeley) Date: Mon, 2 Jan 2012 11:58:33 -0500 Subject: [MSLUG] Parenscript Common Lisp to JavaScript compiler presentation by Vladimir Sedach Message-ID: Happy new year to all the MSLUGers! On January 19, Vladimir Sedach will give a presentation on his Parenscript Common Lisp to JavaScript compiler (http://common-lisp.net/project/parenscript/) - what makes Parenscript different from other X-to-JS compilers, the techniques used to implement Common Lisp features in JS, special use cases supported by Parenscript's approach, Parenscript integration with Emacs/SLIME, and future development directions. I hope you will be able to make it to the meeting. Please RSVP at http://www.meetup.com/Montreal-Scheme-Lisp-Users-Group Marc Feeley From vsedach at gmail.com Wed Jan 18 19:12:49 2012 From: vsedach at gmail.com (Vladimir Sedach) Date: Wed, 18 Jan 2012 19:12:49 -0500 Subject: [MSLUG] Slides and links for my presentation tomorrow Message-ID: Hello, I have posted the slides and links to associated projects for my presentation tomorrow. Slides are at: https://sites.google.com/site/vsedach/parenscript_mslug.pdf Links to projects mentioned in the slides: http://carcaddar.blogspot.com/2012/01/upcoming-presentation-about-parenscript.html Vladimir From feeley at iro.umontreal.ca Thu Jan 19 07:20:34 2012 From: feeley at iro.umontreal.ca (Marc Feeley) Date: Thu, 19 Jan 2012 07:20:34 -0500 Subject: [MSLUG] Meeting tonight Message-ID: <300F9C76-9188-40DD-9D2E-ABAB91706521@iro.umontreal.ca> Don't forget the MSLUG meeting tonight! Marc Begin forwarded message: > From: Marc Feeley > Subject: [MSLUG] Parenscript Common Lisp to JavaScript compiler presentation by Vladimir Sedach > Date: 2 January, 2012 11:58:33 AM EST > To: Montreal Scheme/Lisp User Group > > Happy new year to all the MSLUGers! > > On January 19, Vladimir Sedach will give a presentation on his Parenscript Common Lisp to JavaScript compiler (http://common-lisp.net/project/parenscript/) - what makes Parenscript different from other X-to-JS compilers, the techniques used to implement Common Lisp features in JS, special use cases supported by Parenscript's approach, Parenscript integration with Emacs/SLIME, and future development directions. > > I hope you will be able to make it to the meeting. Please RSVP at http://www.meetup.com/Montreal-Scheme-Lisp-Users-Group > > Marc Feeley From abreu_alexandre at hotmail.com Thu Jan 19 12:39:26 2012 From: abreu_alexandre at hotmail.com (Alexandre Abreu) Date: Thu, 19 Jan 2012 12:39:26 -0500 Subject: [MSLUG] Slides and links for my presentation tomorrow In-Reply-To: References: Message-ID: > I have posted the slides and links to associated projects for my > presentation tomorrow. > > Slides are at: > https://sites.google.com/site/vsedach/parenscript_mslug.pdf Great for those (like me) who will not be able to be there! Thx,Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://webmail.iro.umontreal.ca/pipermail/mslug/attachments/20120119/25123e16/attachment.html From vsedach at gmail.com Fri Jan 20 16:56:38 2012 From: vsedach at gmail.com (Vladimir Sedach) Date: Fri, 20 Jan 2012 16:56:38 -0500 Subject: [MSLUG] multiple value return in JavaScript Message-ID: Hello, I apologize for the multiple value return confusion during my talk last night. If anyone is interested in the details and how we arrived at the implementation, there is a thread from the Parenscript mailing list that explains everything (two links because mailman broke it up): http://lists.common-lisp.net/pipermail/parenscript-devel/2009-October/000639.html http://lists.common-lisp.net/pipermail/parenscript-devel/2009-November/000641.html Happy hacking, Vladimir PS - Here is the C to Common Lisp compiler I am working on: https://github.com/vsedach/Vacietis