Search found 4 matches

by gloodnc
Thu Nov 08, 2007 7:41 pm
Forum: Anything else we might add?
Topic: Vim compiler plugin
Replies: 5
Views: 5718

Hi pjot,

My preference is not worth going to the trouble of recompiling VIM on Windows (painful exercise). Thanks very much for the precise assistance -- if only the real working world were the same!

Ciao
by gloodnc
Thu Nov 08, 2007 7:15 pm
Forum: Anything else we might add?
Topic: Vim compiler plugin
Replies: 5
Views: 5718

Hi pjot, I took a look at the vimrc file located on your page. I have the following lines in my own vimrc (on Windows) adapted from your settings: " newLISP run macro map <F5> :call NewLispRun()<CR> func! NewLispRun() !newlisp "%" endfunc I am trying to emulate the split screen that you have in your...
by gloodnc
Mon Oct 29, 2007 2:37 pm
Forum: Anything else we might add?
Topic: Newbie question: RDBMS versus newLISP?
Replies: 6
Views: 5144

Thanks for the feedback folks. Given the time constraints, I only have a chance to use one or the other approach -- I'll stick with the time tested extract/load/transform with a column-orientated database since I'm looking for fast searches and not looking to modify the transaction logs.


Ciao.
by gloodnc
Sun Oct 28, 2007 11:10 pm
Forum: Anything else we might add?
Topic: Newbie question: RDBMS versus newLISP?
Replies: 6
Views: 5144

Newbie question: RDBMS versus newLISP?

Hi, I'm new to newLISP and slowly working my way through the tutorials. Soon I will be working with large transaction logs that need to be examined for relationships and data mining (which is too heavy a definition for the type of simple analysis that I'm supposed to be doing). Typically, the work f...