Search found 2039 matches

by newdep
Sat Feb 28, 2004 11:34 am
Forum: newLISP in the real world
Topic: Enhancement in UDP for newlisp [ broadcast ]
Replies: 7
Views: 5508

Enhancement in UDP for newlisp [ broadcast ]

Hello Lutz, Is it an Idea to enhance the UDP functionality with SO_BROADCAST ? The setsockopt needs an #SO_BROADCAST $0020 and a #SOL_SOCKET $FFFF in that case and a newllist function like net-broadcast-udp ( int-socket ) will enable/disable broadcast on the UDP socket. I had a look in your great C ...
by newdep
Sat Feb 28, 2004 12:24 am
Forum: newLISP in the real world
Topic: 5 Cents tip for today [ help ]
Replies: 2
Views: 3148

5 Cents tip for today [ help ]

If under linux or Bsd you want a help started, use the "init.lsp" file. a simple edit like below will give you a direct local help. ;; start links web-browser and loads the manual ;; a function called (help) is now global (define-macro (help) ( ! "/usr/local/bin/links /usr/share/doc/newlisp/newlisp_...
by newdep
Fri Feb 27, 2004 8:54 pm
Forum: newLISP in the real world
Topic: rotate on list
Replies: 3
Views: 3438

Hello Eddie, Mmmm your right... i think i mixed up the console output and the
variable i was playing with ;-) lets close this chapter quicky ;-)
Norman.
by newdep
Fri Feb 27, 2004 7:58 pm
Forum: newLISP in the real world
Topic: rotate on list
Replies: 3
Views: 3438

rotate on list

Hello Lutz, (Linux 7.5.4) Im currious what im doing wrong in the following example, perhpas you can point out the mistake. I could emagin that (net-sessions) is static in itself still the first rotate Is accepted. >(net-sessions) (4 3) >(rotate (net-sessions)) (3 4) >(rotate (net-sessions)) (3 4) As...
by newdep
Thu Feb 26, 2004 8:57 pm
Forum: newLISP in the real world
Topic: net-close
Replies: 1
Views: 2481

net-close

Hello Lutz, Just a currious question.. When using 'net-close in a new started console the following happens; and i was just currious if behaviour is related to the stderr stdin stdout? >(net-close 0) # loops the console prompt >(net-close 1) # waits >(net-close 2) # returns true PS: it would actualy...
by newdep
Wed Feb 25, 2004 9:22 pm
Forum: newLISP in the real world
Topic: lists
Replies: 2
Views: 2979

;-)

I was pushing the wrong way.. (push 'value 'list)..

Thanks Lutz...
by newdep
Wed Feb 25, 2004 8:59 pm
Forum: newLISP in the real world
Topic: lists
Replies: 2
Views: 2979

lists

Hello All, Oooo im probably making the "newbe" greeting posting this one ;-) Im trying to extend a list, now im using 'append or 'cons still the original variable stays untouched (featured) when i dont use an extra (set 'var ...) below the example.. > (set 'alist (list '(something))) ((something)) >...
by newdep
Wed Feb 25, 2004 7:27 pm
Forum: newLISP in the real world
Topic: net-listen
Replies: 1
Views: 2561

net-listen

I was wondering if its possible to overrule the 'net-listen 'port so that newlisp is able to bind also to a specific IP, currently it binds to all Addresses, which is fine ofcourse. So is an extention like (set 'server (net-listen x.x.x.x 12345)) possible ? My second question (related indirectly to ...
by newdep
Wed Feb 25, 2004 9:52 am
Forum: Anything else we might add?
Topic: newLisp and Rebol
Replies: 7
Views: 6703

Hello NigelBrown, Thanks...happy to be here ;-) Well some Rebol binary's are for free and also free for commercial use (they did change the policies last year for the (/core) version ) Still im only touched NewLisp for 2 days now but im already porting by Tcl tools to newlisp...like it! Regards, Nor...
by newdep
Wed Feb 25, 2004 9:50 am
Forum: Whither newLISP?
Topic: into binary code
Replies: 2
Views: 3910

Hello Lutz,

Thanks again for your information. The linking is very usefull and it works
fine :-) Strange i did not ran into newlisp earlier ;-)

Regards, Norman.
by newdep
Tue Feb 24, 2004 10:54 pm
Forum: Whither newLISP?
Topic: into binary code
Replies: 2
Views: 3910

into binary code

Hello Lutz, I think you had this question already a few times but ill try to hit it again :-) Although i like intepreters very much sometimes a binary-code could help too.. (its a never ending story ;-) But is there already a wrapper for newLisp or a direct compilation possible from generated code? ...
by newdep
Tue Feb 24, 2004 10:32 pm
Forum: Anything else we might add?
Topic: newLisp and Rebol
Replies: 7
Views: 6703

Hello Lutz, Thank you for th intresting reply, gives it a more insight into the world that is called "how to evolve in your own language..." intresting :-) If your intrested in seeing the overlap that Lisp and Scheme has with rebol look at http://www.rebol.com/docs/dictionary.html, I must say it too...
by newdep
Tue Feb 24, 2004 12:46 pm
Forum: Anything else we might add?
Topic: newLisp and Rebol
Replies: 7
Views: 6703

Hello Lutz, Thanks for your reply, i assumed something like that already and its good ;-) Well an overlap in langugaes happens and the "good" parts are always hijacked ;-) Well ie in rebol (which is strongly based on lisp) a lot of pre build functions are included (im not speaking of the functional ...
by newdep
Mon Feb 23, 2004 7:44 pm
Forum: Anything else we might add?
Topic: newLisp and Rebol
Replies: 7
Views: 6703

newLisp and Rebol

Hello All, I dont want to start a "yes or no" game :-) Im just currious, I played some years ago with lisp and afterthat fanatic with Tcl and ended up with rebol the last 2 years and that brings me to a spontanious occeurance... Some Rebol function equal NewLisp or visa versa? Is this realy an coinc...