Since 5/5/2012 8:38:08 AM, Fun1 has written 1 articles and participated in 21 conversations. Fun1 signature: Fun1
Fun1's articles:
Items(1) /1
A lisp newbie example app.830 (1/2/2006 4:11:12 PM) comp.lang.lisp With little to do over the holiday period, I wrote up the process of writing a trivial little game. And I do mean trivial. If you got nothing better to do either, you can find it here: http://www.jalat.com/the... Fun
Fun1's replies:
Items(9) /1
Riots?14145 (11/4/2005 2:10:01 PM) comp.lang.lisp dear sabine, are you OK? are the riots anywhere near you? wow, you really walked into a big story this time. hope you are fine. peace, k ... ktilton(2220)
I'm working on yet another license17864 (11/19/2005 2:36:17 PM) comp.lang.lisp x-posted to misc.int-property from comp.lang.lisp While the MIT license is my favorite free software license for code that I want to give away with no strings attached, the recent discussion over the LGPL[1] &... david1426(765)
listo-to-hash1132 (11/28/2005 3:52:44 PM) comp.lang.lisp I've been search the hyperspec for a solution to this problem, and ended up writing this code: (defun list-to-hash (rest) (let ((hash (make-hash-table))) (labels ((genera-hash (lista) (when (not ... javuchi(458)
Reddit Guys on the Pros and Cons of Lisp11442 (11/29/2005 4:19:17 PM) comp.lang.lisp From http://www.davidnewberger.com/wp/2005/11/28/if-you-havent-reddit-you-are-missing-out/ as seen on Planet Lisp: "In the pros department: it�s a great programming language. Ruby, python, perl, java can�t re... ufo1(49)
Lisp Movies: Episode 1: HTTP Client and Server932 (12/16/2005 10:31:35 AM) comp.lang.lisp Not that anyone on this group needs convincing, but maybe it can used as marketing material: I made my first Lisp Movie (Screencast) called Episode 1: HTTP Client and Server, showing how to use the HTTP protoc... sven.van.caekenberghe(8)
A lisp newbie example app.830 (1/2/2006 4:11:12 PM) comp.lang.lisp With little to do over the holiday period, I wrote up the process of writing a trivial little game. And I do mean trivial. If you got nothing better to do either, you can find it here: http://www.jalat.com/the... Fun1(22)
Problem enabling bracket mode it CLSQL2125 (1/21/2006 3:58:04 PM) comp.lang.lisp I'm a little unclear on this. If I enable bracket mode in the reader, do I need to use CLSQL in object-oriented mode, where my tables and rows are classes? I was hoping to just generate straight sql queries i... j_mckitrick(424)
Sudoku Solver7454 (2/20/2006 9:44:04 PM) comp.lang.lisp Just a minor cleanup of the code I wrote some months ago, because I wrote a letter to the editor of the german issue of Scientific American, because the author of an article about Sudoku wrote, that it is possi... fb(1526)
Web-frontend to a game of Go2434 (4/11/2006 7:13:20 PM) comp.lang.lisp Hello c.l.l., I'm working on some web-stuff, and for fun I've created a webfrontend to a game of Go to test it out: http://nostdal.org:5050/sw/SWGo/SWGo/ It's currently only tested with Firefox (1.5.0.1) an... larsnostdal(721)