Anyone have issues with Lisp-LGPL?

lisp

    Next

  • 1. calculate days to the future
    Hello all, Terribly sorry newbie type question. How to i calculate number of days to some future date from current date. i imagine myself doing this convert future date to universal-time convert present date to universal-time then (setf difference (- future-universal-time present-universal-time)) finally do something like (extract-#day-from difference) to get number of days to the future. thanks george
  • 2. Connect to server from the net
    Hi, I have setup simple server in clisp (ubuntu) and it works fine when I am accessing it through local computer. The problem is that I cannot access it from external computer (on the local net). I have python version of the server and it is accessible from computers attached to the lan. The code I am using is: (defun serve (server) (unwind-protect (format t "~&Waiting for a connection on ~S:~D~%" (socket:socket-server-host server) (socket:socket-server-port server)) (connection-handle server) (socket:socket-server-close server))) (serve (socket:socket-server 8809 :interface "192.168.0.3" :backlog 1)) I have tried to use default values for :interface, or to specifi new values, but no success. It always gives me "Waiting for a connection on 127.0.0.1" even when I specify non existing IP for the interface. Please give me a clue. Thanks
  • 3. Efficiency of arrays in LISP
    I have a list of data that I'm going to need to remove elements from, and select elements from randomly. I am wondering the array functions in common lisp would be more effective (in terms of execution time) then using remove to remove and creating a loop that takes the car if iterations has reached the random number, and recursively calls itself on the cdr with a greater value of iterations otherwise. Coding complexity is not an issue. Thanks in advance.

Anyone have issues with Lisp-LGPL?

Postby tayss_temp2 » Thu, 19 Aug 2004 15:08:03 GMT

Does anyone know of "issues" with the LLGPL? That Lisp-specific
license.
 http://www.**--****.com/ 

I've skimmed the net a bit and found no controversy, but it might be
useful to ask around. Just in case.

Thanks,
Tayssir

"The citizen who sees his society's democratic clothes being worn out
and does not cry out is not a patriot but a traitor."
-- Mark Twain

Similar Threads:

1.Java compatibility issues (WAS: MF having issues?)

2.OT: Java compatibility issues (WAS: MF having issues?)

3.Qt 4.5 LGPL and CommonQt: Lisp Is Sooo Dead (TM)

4.Anyone having this background image?

I assume you mean so you can tile it w/o getting jagged edges?

chris

If there's a will, I want in it! Chris Bordeman Software Developer Sterling
Technologies 1020 Cambridge Sq. Suite A Alpharetta, GA 30004
 XXXX@XXXXX.COM  tel: fax: 770-754-4515 770-754-1608 Powered by Plaxo
Want a signature like this?
"Kelvin Chua" < XXXX@XXXXX.COM > wrote in message
news: XXXX@XXXXX.COM ...
> Hi Ian,
>
> The one I attached is cut from the EasyExel  3.0 Demo....
>
> Just wonder anyone else is having it...
>
> Thanks.
>
> Kelvin Chua
> SINGAPORE
>
> "Ian Holdsworth" < XXXX@XXXXX.COM >
wrote
> in message news: XXXX@XXXXX.COM ...
> > I do now ;-)
> > "Kelvin Chua" < XXXX@XXXXX.COM > wrote in message
> > news: XXXX@XXXXX.COM ...
> > > Hi there,
> > >
> > > Anyone having the attached image?
> > >
> > > Thanks.
> > >
> > > Kelvin Chua
> > > SINGAPORE
> > >
> > >
> >
> >
>
> --------------------------------------------------------------------------
> --
> > ----
> >
> >
> >
> >
> >
> >
>
>
>





5.Having issues trying to copy an array

I'm want
static char *output[BUFF];

to hold the modified string "tel chad"

However, when I debug it,
static char *output[BUFF]
holds the ascii value of the strng, and not the string itself.

Here is what I have. I know gets(), strcat strcpy() shouldn't be used.
I just wrote the program to isolate the problem I'm having.

#include <stdio.h>
#include <stdlib.h>

#define BUFF 20

int main(void) {
    char name[BUFF];
    static char *output[BUFF];
    int count = 2;

    char tel[] = "tel ";
    char *msg_list[] = {" apple", " orange", " grape" };

    printf("Enter the target persons username \n");
    gets(name);

    /* tel = "tel chad"*/
    strcat(tel,name);
    printf("%s \n", tel);

    strcpy(&output[1], tel);

    /*strcat(tel,msg_list[1]);*/
   /* printf("%s \n", output[1]);*/

    return 0;
}

6. HTML (WAS: MF having issues?)

7. Accessibility requirements was HTML (WAS: MF having issues?)

8. MF having issues?



Return to lisp

 

Who is online

Users browsing this forum: No registered users and 30 guest