Search found 1390 matches

by HPW
Fri Oct 17, 2003 10:39 am
Forum: newLISP and the O.S.
Topic: Different memory load?
Replies: 1
Views: 2997

Different memory load?

I noticed some differents in memory loads with newlisp on diffrent PC. My XP-office PC running all demo.lsp shows in the taskmanager: newlisp.exe 1.868 KB newlisp-tk.exe 9.060 KB A WIN2K PRO shows newlisp.exe 2.780 KB newlisp-tk.exe 6.880 KB When I remind correctls my home-pc show even different num...
by HPW
Fri Oct 17, 2003 7:08 am
Forum: newLISP in the real world
Topic: Load files from outside Zip with ZVFS
Replies: 0
Views: 3005

Load files from outside Zip with ZVFS

After learning about the new possibilitys I try this: (tk "zvfs::mount Dba.zip /myDba") (tk "zvfs::exists /myDba/test.txt") (tk "zvfs::info /myDba/test.txt") (tk "zvfs::filecopy /myDba/test.txt C:/temp/test1.txt") (tk "zvfs::unmount Dba.zip") It is case-sensitive, so be carefull. Zip with password i...
by HPW
Thu Oct 16, 2003 3:04 pm
Forum: Anything else we might add?
Topic: functional programming
Replies: 4
Views: 4533

For me it would be not a problem, because I just start to port larger
sources to newLisp. I only had to know early where it goes. Of cource
consistents sounds always good.

But others will have more to change.

Just my 2 cents.
by HPW
Thu Oct 16, 2003 2:58 pm
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

There comes a question up:

Is the complete wrapped EXE loaded into memory?
When I wrapp a lot of files inside the EXE will the startup slow down?
I think this is worth some tests.

Starting an empty newlisp set up 2 process with 5.75 MB and 1.85 MB.
So lets wrap!
by HPW
Thu Oct 16, 2003 2:19 pm
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

Start thinking with the new possibilitys:

For example file checking:

(tk "file exists /freewrap/lisp/mylisp.lsp")

returns "1" when file is inside wrapped EXE "0" if not.

2 powerfull programming languages in one application combined
with a simple, but effektiv interface is really smart.
by HPW
Thu Oct 16, 2003 1:58 pm
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

Thanks Lutz,

now it works as expected and real smart with the TK-Buffer.
Powerfull function with a lot possibilitys!
by HPW
Thu Oct 16, 2003 6:36 am
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

Also when I try the first hint:

set Ide(initCommand) "wm withdraw . ; NewlispEvaluate {(load \"/freewrap/lisp/mylisp.lsp\")}"

I get this:

Error sourcing /Freewrap/newlisp-tk.tcl: can not find channel named "0"
by HPW
Thu Oct 16, 2003 6:16 am
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

Hello Lutz, Thanks for the informations! I think it does not what I want. So look at my try: Content of /freewrap/lisp/mylisp.lsp: (Also wrapped inside a new TK-EXE) (setq hpwtest "9999") newLISP v7.2.2 Copyright (c) 2003 Lutz Mueller. All rights reserved. (load "/freewrap/lisp/mylisp.lsp") true > h...
by HPW
Wed Oct 15, 2003 5:37 pm
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

Reinstalling the BWidget-dir on my home PC fixes the wrapping. Could be that I have installed the widgets which comes with TCL. The wrapping stuff is sometimes a pain, but once you get it right, its quick. Freewrap its it's own flesystem with root 'freewrap/', this means you also could wrap newLISP ...
by HPW
Wed Oct 15, 2003 5:35 am
Forum: newLISP and the O.S.
Topic: load lisp-files from inside wrapped EXE
Replies: 17
Views: 14163

load lisp-files from inside wrapped EXE

Hello Lutz,

Is it possible to access lisp-files packed into the virtual file system
inside the packed EXE?

I know your tip with link.lsp to attach a Lisp-file, but I want to pack a large
number of files (when possible) with a directory-structure inside it and read from there?
by HPW
Wed Oct 15, 2003 5:31 am
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

Lutz, Thanks for the hints, I tried it on another machine and it works. Now I get 1.999 KB. Can the fresh installed TCL 8.4.4 on my home mashine be the reason for the smaller EXE? But your typo in newlisp_7202.tgz remains in image.txt /freawrap/images/reloadImg.gif should be: /freewrap/images/reload...
by HPW
Tue Oct 14, 2003 7:15 pm
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

Your description missed that I must have an istalled TCL 8.4 and a BWidget-Dir in C:\. When I try your advice I get an error that this image is missing: /freawrap/images/reloadImg.gif It is a typo in the pathname in images.txt! But I end with an working newlisp-tk.exe with 1811KB instead of your 7.2...
by HPW
Tue Oct 14, 2003 2:08 pm
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

Lutz,

Thanks for the quick response and description.
Sounds very promising.
Have to check it as soon as possible.
by HPW
Tue Oct 14, 2003 8:49 am
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 127675

Note, that the demon mode only works correctly on LINUX and BSD systems. On Win32 based systems newLISP may not be able to reconnect at all times.
Taken from the doc. Seems not so good for Win32 systems! :-((
by HPW
Tue Oct 14, 2003 5:04 am
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

So the question is: Can we use TCL/TK extensions under newlisp?
by HPW
Tue Oct 14, 2003 5:02 am
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 127675

If you start newLISP in demon mode with the -d option it will stay in memory with all its data
Have not thought about that. Also interesting. I will give it a try. But direct call would be also nice.
by HPW
Mon Oct 13, 2003 7:30 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 127675

newlisp.DLL possible?

Hello Lutz, I would like to ask if it is possible to make a newlisp.dll where I can call a function "eval" and pass a string containing a lisp-code.(cdecl) This would be similar to newlisp "Direct execution mode". It would return a string to the calling Programm. But the DLL could then stay in memor...
by HPW
Mon Oct 13, 2003 7:17 am
Forum: newLISP in the real world
Topic: optcl for TCL/TK possible in newlisp-tk?
Replies: 9
Views: 7743

optcl for TCL/TK possible in newlisp-tk?

Searching on Tcl/Tk for an embedable browser-object I found optcl for Tcl/Tk from here: http://www2.cmp.uea.ac.uk/~fuzz/optcl/default.html Example on use here: http://mini.net/tcl/newzpoint Is this possible or usable in newlisp? Idea: Offline version of web-app by using a local newlisp-server with a...
by HPW
Sun Oct 12, 2003 11:01 am
Forum: Whither newLISP?
Topic: infix reader macro from clisp to newLisp?
Replies: 19
Views: 16873

Hello Lutz, Such a parser/evaluator could be written in half a page of newLISP source. I could do one for the Tips&Tricks section on http://newlisp.org/news , (but not this weekend). Is there any chance that you come back to this infix parser? Of cource not this weekend, but in a near future? :-) I ...
by HPW
Sat Oct 11, 2003 8:43 am
Forum: Anything else we might add?
Topic: different opinion from comp.lang.lisp
Replies: 2
Views: 4484

different opinion from comp.lang.lisp

Thread: LISP implementation in windows with graphics capabilities? Hans-Peter Wickern writes: > There is a windows lisp called newlisp there: http://www.nuevatec.com/newlisp/ > > It is not a full blown commonlisp, but lightweight and has some nice features. Answer from Joe Marshall (jrm@ccs.neu.edu)...
by HPW
Thu Sep 11, 2003 11:08 am
Forum: Anything else we might add?
Topic: Looking ahead to newLISP 8.0
Replies: 5
Views: 5985

>(Peter from .de are you still here?).

Sure, and I still like it. I do not miss any release of your great newlisp. And I am lurking here often to see what's happening.
by HPW
Thu Sep 11, 2003 10:58 am
Forum: Anything else we might add?
Topic: query: threads in newLISP?
Replies: 16
Views: 13642

>(1) 'member' Would it cost so much to keep traditionals like this inside? >(2) 'cond' >The form with less parenthesis seems attractive to me ... Attractive for reading and typing, but modern editor with parenthesis checking and formating makes life easier when programms grow. Then you can jump over...
by HPW
Fri Jun 06, 2003 5:35 am
Forum: newLISP in the real world
Topic: elp with Newlisp
Replies: 1
Views: 3285

Hello gaD, Seems that another one of the autolisp-community find his way to newlip. Since some things are different in newlisp, some can be done by macros. Lutz has provided some compatible functions in the past. (setq, foreach, repeat, defun) The functions cadr, cddr and cdr are not present. For "c...
by HPW
Sun Jan 12, 2003 4:54 pm
Forum: newLISP newS
Topic: travelling from 7 to 17th of January
Replies: 8
Views: 8623

Hello Lutz,

wellcome in Germany, whish you a good time here.

Do you visit germany private or do you bring all the newLisp to the people here? :-)
by HPW
Sat Nov 02, 2002 1:05 pm
Forum: newLISP in the real world
Topic: (link'ing and (!'ing Example
Replies: 5
Views: 5764

To avoid the flicker:

From newlisp-tk help:

In the file newlisp-tk.config include the following line:

set Ide(initCommand) "wm withdraw ."