Search found 2039 matches

by newdep
Fri Mar 19, 2004 12:15 am
Forum: newLISP and the O.S.
Topic: rpm for newLISP 8.0
Replies: 37
Views: 27149

A solution could be to have some package managers/people who deliver to
Lutz for the UNIX/Linux/MAC distribution they work on for the specific stable newlisp compressed package (its a terrible task to maintain this by yourself...)

Norman.
by newdep
Thu Mar 18, 2004 10:16 pm
Forum: newLISP in the real world
Topic: reduce
Replies: 13
Views: 8767

Eddier ;-) You are following the Rebol way ;-)
by newdep
Thu Mar 18, 2004 10:14 pm
Forum: Anything else we might add?
Topic: P2P
Replies: 8
Views: 6457

list based net-select , good news lutz !!! thanks for that, it makes networking
much more flexible ;-)

Norman.
by newdep
Thu Mar 18, 2004 1:07 pm
Forum: Anything else we might add?
Topic: SEEK into buffer
Replies: 2
Views: 2983

Hello Lutz, 'Slice is an option I use currently, though its not very charming when using buffers of i.e. 2 MB (raw binary data)..also its 1 step extra. So i though that 'seek and/or 'find could be extended? Parse is not realy an option either because of the index pointer.. So I have to choose curren...
by newdep
Thu Mar 18, 2004 10:11 am
Forum: Anything else we might add?
Topic: P2P
Replies: 8
Views: 6457

Im not sure if its the same but , The net-select on lists of sockets, Im actualy working on that, if its the same, on a small project of mine. Because for multi server sessions you need to be able to track down the clients connected, thats why i asked for a (net-session) update, which is now working...
by newdep
Wed Mar 17, 2004 11:39 pm
Forum: Anything else we might add?
Topic: SEEK into buffer
Replies: 2
Views: 2983

SEEK into buffer

Hello Lutz, Is there a quick way to do a repeated find into a buffer with index return? (without converting it into list first exploding it and joining back to buffer) I was thinking of an extention on the current 'seek and 'find. Where seek is also able to seek (with buffer-pointer, indexed) in a b...
by newdep
Tue Mar 16, 2004 10:54 pm
Forum: newLISP newS
Topic: Norman's 5-cent tips
Replies: 2
Views: 3383

I just hope it not a blacklisting :-)

Thanks, Norman.
by newdep
Tue Mar 16, 2004 7:18 pm
Forum: So, what can you actually DO with newLISP?
Topic: 5 Cent tip for today [ DELINK.LSP ]
Replies: 0
Views: 3141

5 Cent tip for today [ DELINK.LSP ]

;; ;; Delink extracts the newlisp code from the linked newlisp binary file. ;; ;; Version 1.0 ;; Date: 03/16/04 ;; ;; How it works: ;; ============= ;; Opens the linked newlisp binary file. ;; Seeks for a pointer "@@@@@@@@" (originaly!) ;; Cuts the NewlispSourceCode off from the linked binary. ;; Wi...
by newdep
Mon Mar 15, 2004 10:29 pm
Forum: newLISP newS
Topic: Breaking records?
Replies: 0
Views: 3110

Breaking records?

Hello Lutz,

Your breaking records today ;-) 4 releases on 1 day ;-)
Lucky my update checker keeps up with your speed ;-)

Norman.
by newdep
Mon Mar 15, 2004 10:26 pm
Forum: Whither newLISP?
Topic: infix reader macro from clisp to newLisp?
Replies: 19
Views: 16427

Uhum.. No sorry my life started with Assembly 68000 ;-)
by newdep
Mon Mar 15, 2004 8:34 pm
Forum: So, what can you actually DO with newLISP?
Topic: 5 Cent tip for today [ Ncurses ]
Replies: 6
Views: 10867

Actualy what amazes me the most is that the return from the lib-call 'window
here is directly a pointer, the need for 'get-float 'get-integer is not needed :-)
Norman.
by newdep
Mon Mar 15, 2004 8:26 pm
Forum: newLISP in the real world
Topic: FIFO
Replies: 10
Views: 6728

Thanks ;-) great enhancement !

Norman.
by newdep
Mon Mar 15, 2004 8:25 pm
Forum: So, what can you actually DO with newLISP?
Topic: 5 Cent tip for today [ Ncurses ]
Replies: 6
Views: 10867

5 Cent tip for today [ Ncurses ]

;;; ;;; newlisp ncurses example ;;; (set 'buffer "newlisp * ncurses How simple can it get :) press a key!") ;;; import functions from ncurses lib (set 'ncfuncs '( "initscr" "box" "newwin" "endwin" "delwin" "wgetch" "wrefresh" "mvwprintw" )) (define (import-ncurses) (dolist (x ncfuncs ) (import "/lib...
by newdep
Mon Mar 15, 2004 5:10 pm
Forum: newLISP in the real world
Topic: FIFO
Replies: 10
Views: 6728

Hello Lutz,

Yes thats what i tested and worked fine, the blocking is no problem for me there
in the UNix scripting its the same case actualy...

Thanks for the reply..

Norman.
by newdep
Mon Mar 15, 2004 5:01 pm
Forum: Anything else we might add?
Topic: Faster/better way converting from list to string?
Replies: 1
Views: 2546

Faster/better way converting from list to string?

Hello All, What is the "best" way to convert a list into a string, silly question perhpas but as it is not a standard function in lisp i can only emagine i.e. as a way to do it: --> (join xxx "") ; where xxx is the list and a string is returned. Any quicker of better way is welcome ;-) Regards, Norm...
by newdep
Mon Mar 15, 2004 4:20 pm
Forum: newLISP in the real world
Topic: librep
Replies: 0
Views: 2841

librep

Hello all,

Has anyone already played with http://librep.sourceforge.net ?

Im just currious on the experiences of others, it looks very familiar
to newlisp thought the basis is different. librep has some nice parts
pahaps Lutz can borrow some? ;-)

Regards, Norman.
by newdep
Mon Mar 15, 2004 4:13 pm
Forum: newLISP in the real world
Topic: FIFO
Replies: 10
Views: 6728

FIFO

Hello Lutz,

Have you thought about supporting [FIFO] for newlisp?
(mknod -p / mkfifo )

Regards,
Norman.
by newdep
Fri Mar 12, 2004 5:03 pm
Forum: Anything else we might add?
Topic: linking on Sun Solaris
Replies: 12
Views: 8147

Oke..tried the -m32 for Tru64 4.0F (dont have 5.1B at hand now) but for GCC that gives problems.. because the GCC on the 4.0F is not enhanced for 32Bits. So tried it with CC on tru64 but then an error came up reagrding an struct that had a failure, i guess its related to a pointer length issue on 64...
by newdep
Thu Mar 11, 2004 9:25 pm
Forum: Anything else we might add?
Topic: linking on Sun Solaris
Replies: 12
Views: 8147

So that would make it run on Tru64 then :-)
(if "cc" supports it...dunno actualy..but i guess it should...)

Norman.
by newdep
Thu Mar 11, 2004 9:21 pm
Forum: Anything else we might add?
Topic: nesting contexts
Replies: 1
Views: 2624

nesting contexts

Hello Lutz,

Is it possible to have nested contexts (nested objects) ?

example:

>(context 'one)
one>(context 'two)
one'two>(context 'three)
one'two'three>(set 'four "value")
one'two'three>(context 'MAIN)

>one'two'three:four
"value"

Norman.
by newdep
Thu Mar 11, 2004 10:02 am
Forum: Anything else we might add?
Topic: linking on Sun Solaris
Replies: 12
Views: 8147

indeed... Mmmm.. [ tru64 Types.c output ] char 1 char * 8 short int 2 int 4 long 8 long long 8 float 4 double 8 [ solaris types.c output ] char 1 char * 4 short int 2 int 4 long 4 long long 8 float 4 double 8 [ Linux types.c output ] char 1 char * 4 short int 2 int 4 long 4 long long 8 float 4 doubl...
by newdep
Thu Mar 11, 2004 9:57 am
Forum: Anything else we might add?
Topic: linking on Sun Solaris
Replies: 12
Views: 8147

I just tried to compile 7508 on the 5.6 Solaris here but got dumped... Ill seek an other Sun machine to compile on I suspect the socket header files not to be complete overhere... /newlisp_7508> make sun make: Fatal error: Don't know how to make target `sun' /newlisp_7508> make solaris make -f makef...
by newdep
Wed Mar 10, 2004 4:04 pm
Forum: newLISP newS
Topic: 7508 developer release
Replies: 0
Views: 3047

7508 developer release

Thanks Lutz for the 7508 release :)

Norman.
by newdep
Wed Mar 10, 2004 4:01 pm
Forum: Anything else we might add?
Topic: linking on Sun Solaris
Replies: 12
Views: 8147

[ Tru64 ]

Little offtopic but slightly related:

Hello Lutz,

I could test the compilation on tru64 4.x and 5.x
Do you know if there are some issue to expect perhpas on tru64 ?

Norman.
by newdep
Tue Mar 09, 2004 1:15 pm
Forum: newLISP in the real world
Topic: (net-sessions)
Replies: 13
Views: 8533

Hello Nigel, I understand your concern, the newlisp socket implementation is very straightforward and does not contain, as far as i can see, odd extra's, for basic communication over tcp and from what you can expect from tcp communication, newlisp is good useable. I will trust my applications to it....