Since 4/5/2012 6:05:50 AM, namekuseijin has written 3 articles and participated in 626 conversations. namekuseijin signature: namekuseijin
namekuseijin's articles:
Items(3) /1
compiled CL libraries18108 (10/7/2010 9:51:25 PM) comp.lang.lisp So, quick question: are CL compilers able to compile a CL library
into a native library so that external code can use it like any other
native lib?
... namekuseijin
infix syntax931 (5/8/2009 9:27:03 PM) comp.lang.scheme I've noticed some people requesting infix arithmetic syntax in some Scheme implementations as of late. infix math notation is one of the things that truly piss off Lisp outsiders. They don't see the point of... namekuseijin
Why such poor recursive behaviour?4633 (7/31/2008 8:01:37 AM) comp.lang.lisp I wonder why most functional programming languages fail so badly at what should be one of their primary main strengths: recursive functions. In the well-known benchmarking game called "The computer game shoot... namekuseijin
HELP making a LISP program !!!523 (4/12/2012 3:01:10 PM) comp.lang.lisp So I need help i have to show to my teacher a LISP program for factory for bikes and we have the following information for each type of bike: number of the model - nm name of the model - name amount that is pro... lord.di40n1(2)
name for higher order function1527 (4/13/2012 1:54:10 PM) comp.lang.lisp How would you name (defun unnamed (operator &rest functions) "Return a closure that applies OPERATOR on the value returned by calling functions on its single argument." (lambda (x) (apply operator (map... tkpapp(975)
Vector vs List332 (4/14/2012 4:24:31 PM) comp.lang.scheme What are the differences between a vector and a list? Why would one use a vector instead of a list? Or vice versa? Thanks, Steve ... jsgrahamus(92)
forth vs common lisp8150 (4/15/2012 12:05:41 AM) comp.lang.forth cl claims to be the most powerful programming language in the world!!! can forth outdo it? www.paulgraham.com ... gavcomedy(1610)
scheme packages and most active implementation2026 (4/15/2012 12:51:53 PM) comp.lang.scheme Hello I've been playing around with a few Scheme implementations, and I'm about to get serious about diving in some more. I've essentially tried Racket, Bigloo, Chicken and Gambit. I very much like each of the... uselpa(8)
Pair Programmer328 (4/17/2012 8:05:38 PM) comp.lang.lisp Last year, I wrote on comp.lang.lisp, looking for a pair programmer. I found one and we had a lot of fun. Unhappily for me, he moved, found a new job and didn't have time for that a= nymore. And so, this year,... fahree(6)
A Design Pattern Question for Functional Programers157 (4/18/2012 11:45:30 PM) comp.lang.perl.misc Functional programing is getting the presses in mainstream. I ran across this dialogue where a imperative coder was trying to get into functional programing: A: What are the design patterns that help structu... xahlee(818)
GUI library/toolkit recommendation4130 (4/27/2012 6:55:01 AM) comp.lang.lisp Hi, I want to write a very simple app in CL that does the following: - creates a fullscreen window with a white background, - left clicks paint the whole window with a color that is calculated from the (x,... tkpapp(975)
99 problems: 8328 (4/28/2012 9:43:09 PM) comp.lang.lisp P08 (**) Eliminate consecutive duplicates of list elements. If a list contains repeated elements they should be replaced with a single copy of the element. The order of the elements should not be changed... w_a_x_man(2779)
"Micro-Lisp" a lisp for the C64625 (4/12/2012 12:33:27 AM) comp.lang.lisp "Micro-Lisp Version 2.5 -- A Lisp interpreter for the C64!" _The Transactor_ Volume 8, Issue 06 (May 1988) Page 38 http://csbruce.com/cbm/transactor/v8/i6/ Archive of disk images: http://csbruce.com/cbm/t... wobh(18)