First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
[ANN] Call for Papers for 2010 Workshop on Scheme and Functional Programming
Please note that the deadline for submitting a paper to the Scheme workshop is 6 days from now... I encourage all authors in their last minute efforts to submit a paper! Please visit the workshop website at http://www.iro.umontreal.ca/~sfp2010 for more details on the submission process and workshop. Wether yo... 9 Jun 2010 00:59
How heavy can an allegroserve instance be loaded?
Anyone know? Specs: 7.5 GB memory 4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each) 850 GB instance storage (2�420 GB plus 10 GB root partition) 64-bit platform I/O Performance: High API name: m1.large Yes, "how heavy" suffers from a lack of precision, and ... well, the data being serv... 9 Jun 2010 15:18
qooxlisp version 2.0 [was Re: qooxlisp live - 3MB bloatware]
David Mark wrote: On Jun 8, 8:47 am, Kenneth Tilton <kentil...(a)gmail.com> wrote: Kenneth Tilton wrote: All this because you posted a link to a bloated and broken "RIA"? Broken? Version 2.0 now installed: http://teamalgebra.com/ Looks fine to me. On FireFox, Chrome, and Safari. Not IE. FireFox at ... 8 Jun 2010 13:42
optimize this: fortran vs. lisp
Hello, I am diving into parallel processing in that other ancient language (fortran), and I was running one of intel's sample OpenMP problems which calculates the number of primes, 4n+1 and 4n+3 primes below 10^7. So, I thought, why not transcribe it into lisp, and see how times compare. This post is about t... 10 Jun 2010 14:32
emacs lisp function for dealing with lines
• All About Processing Lines in Emacs Lisp http://xahlee.org/emacs/elisp_all_about_lines.html new elisp coding tips for text processing. comments and corrections welcome. plain text version follows. -------------------------------------------------- This page discuss issues about which emacs lisp func... 8 Jun 2010 06:54
NYC LOCAL: Tuesday 8 June 2010 Lisp NYC Meet and NYLUG Hack Meet
On Tuesday 8 June 2010 on the Island of the Manahattoes, Lisp NYC will gather to eat and drink. And the NYLUG Hackfolk will gather to first Squeak, then eat and drink. These two meetings are in different places. Full details below in the two official announcements. Jay Sulzberger <secretary(a)lxny.org> Corres... 8 Jun 2010 02:33
qooxlisp live - 3MB bloatware
On Jun 8, 6:26 am, Kenneth Tilton <kentil...(a)gmail.com> wrote: The qooxlisp apropos example can now actually be run here (ignore the site name): http://www.teamalgebra.com/ With javascript disabled, it shows a blank page. Enabling javascript, the page took nearly 4 minutes to load. Downloading 335... 9 Jun 2010 06:24
qooxlisp live
The qooxlisp apropos example can now actually be run here (ignore the site name): http://www.teamalgebra.com/ For additional laughs, the server is running on a $2/day Amazon EC2 Fedora Core 8. So it might disappear spontaneously. Unfortunately I am intermittently having FireFox/IE not want to acknowle... 7 Jun 2010 16:35
Racket v5.0
PLT is happy to announce the release of Racket, available from http://racket-lang.org/ With Racket, you can script command shells and web servers; you can quickly prototype animations and complex GUIs; regexps and threads are here to serve you. To organize your systems, you can mix and match classes, module... 7 Jun 2010 15:27
Recursive macro question
Hi, I understand the basics of macros in LISP. But I am having a hard time with recursive macros. Is it possible to write a macro "doforeach", which would be called like this: (doforeach list(i1 i2) list(list1 list2) ) and would expand into this? (foreach i1 list1 (foreach i2 list2 (println "Hell... 7 Jun 2010 16:35
First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36