First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
ATTENTION: RETAIL FANZ OUT HERE : )/ CHECK THIS OUT : )
Hi frienz, http://www.zazzle.com/nikla01 http://www.cafepress.com/myfavsonline thanx, great deals on Valentine gifts : ) Friendly reminder Valentines day is Sunday Feb. 14th : ). ... 2 Feb 2010 14:55
sudoku anyone?
Been learning unix system administration lately so I haven't had much time to program. (Unless you call basic scripting programming.) Today I took some time off so I made a rough prototype of a sudoku. To make this elegant and general would require some more work but still a fun diversion. ------------------... 6 Feb 2010 04:15
CL to generate native docs
Lisp in windows: (with-open-file (stream "c:/test.doc" :direction :output) (format stream "Only testing word doc generation")) ok the test.doc generated is only a plain text and not a real MS-WORD doc. also: (with-open-file (stream "c:/test.xls" :direction :output) (format stream "Only testing MS-Excel... 2 Feb 2010 14:56
When are clojures more advantageous than CLOS?
When is it more advantageous to write your own clojures encapsulating data and functions than to use the CLOS system? ... 3 Feb 2010 13:59
Concatenating adjacent strings in a list
Given a mixed list of strings and other items, I'd like to concatenate all strings (and only strings) adjacent to each other. So for '("1" "2" 3 4 "5" "6" 7 8 "9"), we should return ("12" 3 4 "56" 7 8 "9") My first solution which works, but is as ugly as sin is: (loop with curr = "" with save ... 6 Feb 2010 11:50
Evaluating/compiling forms in the current lexical environment.
When I started learning Common Lisp some half a year ago, I was puzzled why it's not possible EVAL or COMPILE forms within a lexical environment of one's choosing. Someone who just started learning Lisp and who doesn't understand lexical and dynamic scope may expect (let ((y 1) (x 2)) (eval '(+ x y))) to return... 2 Feb 2010 14:55
PLT Scheme v4.2.4
PLT Scheme version 4.2.4 is now available from http://plt-scheme.org/ * The `scheme/flonum' and `scheme/fixnum' libraries provide flonum- and fixnum-specific operations. In the case of flonum-specific operations, the JIT compiler can recognize combinations of operations (including local bindings) and ... 2 Feb 2010 14:54
[deadline extension] 3rd European Lisp Symposium (ELS 2010)
In response to multiple requests, the submission deadline for contributions to the 3rd European Lisp Symposium has been extended by one week, to February 5, 2010. The call for papers is reproduced below, and is also available on the symposium website at <http://www.european-lisp-symposium.org/>. Christophe ... 27 Jan 2010 13:44
Creating GUI for new implementation of Common Lisp (CLforJava) -Want Community Input
On Tue, 26 Jan 2010 17:06:32 +0200, Jim <laptophomework2007(a)gmail.com> wrote: I am in charge of creating the GUI for the open source project CLforJava. CLforJava provides a transparent interface for Lisp programmers to access Java libraries and vice versa and runs entirely on the JVM. Up to this point ... 27 Jan 2010 08:06
Creating GUI for new implementation of Common Lisp (CLforJava)- Want Community Input
Alessio Stalla wrote: On Jan 26, 4:44 pm, kodifik <kodi...(a)eurogaran.com> wrote: It would be nice to have CLIM use Swing (or whatever the java widget toolkit is called nowadays) in order to build upon the clim-listener effort. Interesting, do you think it's reasonably easy to adapt CLIM to an e... 26 Jan 2010 18:54
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71