Search found 6 matches

by ski
Fri Oct 10, 2008 4:35 pm
Forum: newLISP newS
Topic: Has anyone done something like this with newLisp
Replies: 1
Views: 1855

Has anyone done something like this with newLisp

Hi, I have a requirement to expose several directories on my big file server via the web. My problem is that I do not want to maintain .htaccss files or <location> directives to controll access to the directories when I already have access permissions applied to the directories on the file server. I...
by ski
Mon Sep 25, 2006 3:52 am
Forum: newLISP newS
Topic: Newbie question on vim editor mode
Replies: 2
Views: 2825

Peter,

Thanks for the reply. I checked the vim site and figured out that:

silent exe "!xterm -e newlisp % &"

does what I want by starting newlisp in an xterm window so I can see the code and the newlisp REPL loop at the same time.

cheers

ski
by ski
Mon Sep 25, 2006 12:39 am
Forum: newLISP newS
Topic: Newbie question on REPL prompt
Replies: 3
Views: 3196

Perfect. I am using linux. I will recompile the source.

Thanks.
by ski
Sun Sep 24, 2006 8:28 am
Forum: newLISP newS
Topic: One more newbie question
Replies: 0
Views: 2344

One more newbie question

Has anyone created a template system (like HTML::Template) or a simple web-app system like (CGI::APP) for new lisp? I use both extensively in perl (especially the template system as that lets others focus on the web page look and feel while I can focus on data manipulation).

cheers,

ski
by ski
Sun Sep 24, 2006 8:24 am
Forum: newLISP newS
Topic: Newbie question on REPL prompt
Replies: 3
Views: 3196

Newbie question on REPL prompt

Hi, Is there any way to get readline functionality in the REPL prompt (e.g. so I could press the arrow key to get the last command and so I can edit a line without the left and right arrow keys (like in the bash shell)). In many cases I find it easier to try things out from the command line with new...
by ski
Sun Sep 24, 2006 8:20 am
Forum: newLISP newS
Topic: Newbie question on vim editor mode
Replies: 2
Views: 2825

Newbie question on vim editor mode

Hi, I like newlisp and have set up the vim syntax and .vimrc files. One question though. When I jump into the run mode (via NewlispRun), I get in running in another window, but it scrolls up over all windows (e.g. it does just open a window and run the code in it. If the program has output it wipes ...