Search found 8 matches

by aron
Wed Sep 10, 2008 1:18 pm
Forum: newLISP and the O.S.
Topic: running in an xterm
Replies: 3
Views: 5228

That will work if I include it in myscript itself? Wouldn't that loop forever? If you call it allways then.. Not forever, but a long time I guess. It becomes a Recursive execution of the script and I think it needs more and more memory until there is no memory left, but maybe something else can occ...
by aron
Fri Aug 29, 2008 11:57 am
Forum: Anything else we might add?
Topic: How did you find newLISP?
Replies: 35
Views: 36972

I learned Lisp at Linköpings university in the introduction programming course, we did use Allegro Common Lisp(Franz, Inc.). Later I think I found newLisp while locking for free implementations of Lisp, also working for windows XP, because that was what I was using at the moment. I don’t remember ex...
by aron
Wed Aug 27, 2008 10:23 am
Forum: newLISP and the O.S.
Topic: Write to file without changin Date modified
Replies: 11
Views: 12703

Hi and thanx for you replys. So what you say is that one solution is to, get a touch for Windows and then read the "Date modified" value, uppdate the file and then set back the value afterwards. Will maybe try fixing that. edit: Maybe I can use the version of touch from: http://gnuwin32.sourceforge....
by aron
Tue Aug 26, 2008 8:15 am
Forum: newLISP and the O.S.
Topic: Write to file without changin Date modified
Replies: 11
Views: 12703

Write to file without changin Date modified

Hi i use:

http://www.newlisp.org/downloads/newlis ... write-file

To uppdate textfiles, but i don't want the "Date modified" uppdated.

Can I do that in some way?
by aron
Thu Jun 15, 2006 1:12 pm
Forum: newLISP newS
Topic: recursion - iteration - generator
Replies: 2
Views: 4161

Thanks, i like those, starting to learn these thing now I think.

;; javascript: for(i=0,j=1,k=0,fib=1; i<10; i++,fib=j+k,k=j,j=fib) document.write(fib + " ");
by aron
Thu Jun 15, 2006 6:42 am
Forum: newLISP newS
Topic: Hello from a newLISP newbie who's found the holy grail
Replies: 12
Views: 14331

Aaa, I can't choose between those groups need one of my own. Of course I want to add some of those funny stuff I haven’t tested jet to.

Group C:
C++
Ada
Common Lisp
Scheme
newLISP

Maybe it’s me or my university which is a little weird, who knows.
by aron
Mon May 22, 2006 2:05 pm
Forum: Anything else we might add?
Topic: Want a replacemet script
Replies: 4
Views: 4259

Thanks for the code Lutz, I still need some time to grasp it but it looks very nice. testing.. testing
by aron
Mon May 22, 2006 4:40 am
Forum: Anything else we might add?
Topic: Want a replacemet script
Replies: 4
Views: 4259

Want a replacemet script

Hi I'm quite new to this newLISP thing, but I was thinking mabe make a good replacement script/program, someone maybe alredy done one? This is what I want: Arguments: Start string, End String, Replace string/textfile, file_list_to_replace_in Description: Replaces everyting betwean Start string and E...