Search found 171 matches

by m35
Wed Nov 23, 2011 3:52 am
Forum: Anything else we might add?
Topic: Hi! And Some Questions
Replies: 6
Views: 5297

Re: Hi! And Some Questions

1. I was interested in the Windows DLL, but it seems that you can only 'shell out' to newLISP. I was hoping for COM Automation, and while I found mention of it in the forum, I couldn't find anything current in the Modules section. What is the state of COM support in newLISP? By "COM support in newL...
by m35
Thu Jun 23, 2011 8:04 pm
Forum: newLISP newS
Topic: The GPL and proprietary, closed newLISP scripts
Replies: 7
Views: 8823

Re: The GPL and proprietary, closed newLISP scripts

This is a great clarification. Hopefully it encourages the spread of newLISP. :D
by m35
Thu Jun 23, 2011 8:00 pm
Forum: newLISP and the O.S.
Topic: newLISP-TK for current newLISP
Replies: 1
Views: 3607

Re: newLISP-TK for current newLISP

Thanks for updating this!
by m35
Fri Jul 02, 2010 3:52 am
Forum: newLISP newS
Topic: The 2010 International Lisp Games Expo
Replies: 1
Views: 2791

The 2010 International Lisp Games Expo

Design, create, and release a game before 30 July 2010 using any dialect of Lisp.

(multi-platform release is encouraged, but not required)

http://dto.github.com/notebook/2010expo.html
by m35
Wed Jun 23, 2010 11:28 am
Forum: newLISP and the O.S.
Topic: Finding the attributes of Chinese filenames (Win32)
Replies: 5
Views: 4686

Re: Finding the attributes of Chinese filenames (Win32)

axtens wrote: It seems a little weird to me doing the slice on the reverse of the bits but I couldn't find any bit_and functionality anywhere (quickly).
In case you haven't stumbled across them yet, here are the bit operators.
by m35
Wed Jun 23, 2010 3:34 am
Forum: newLISP and the O.S.
Topic: Finding the attributes of Chinese filenames (Win32)
Replies: 5
Views: 4686

Re: Finding the attributes of Chinese filenames (Win32)

Wow, cool code! Is there a reason you can't use the built in file-info function? Perhaps I'm not seeing something that's right in front of me, but the manual doesn't say anything about returning the 'archive bit' status when using file-info. Oh ok, then you're right to use the Win32 api to get that...
by m35
Wed Jun 23, 2010 2:45 am
Forum: newLISP and the O.S.
Topic: Finding the attributes of Chinese filenames (Win32)
Replies: 5
Views: 4686

Re: Finding the attributes of Chinese filenames (Win32)

Is there a reason you can't use the built in file-info function? If you have to use the GetFileAttributes function with unicode file names, you can use the UTF-8 version of newLISP, along with this function to convert the UTF-8 paths to UTF-16 which can then be passed to GetFileAttributesW. (constan...
by m35
Sat Jun 12, 2010 12:32 am
Forum: newLISP and the O.S.
Topic: Win32 API demo (true event loop)
Replies: 2
Views: 3051

Re: Win32 API demo (true event loop)

Thanks Cyril! It took me many years before I finally understood how to make a 'real' win32 application. Hopefully this will help others understand quicker than I did ;)
by m35
Fri Jun 04, 2010 4:13 pm
Forum: newLISP and the O.S.
Topic: Paranthesis line indicator in ultraedit (Windows)
Replies: 2
Views: 2868

Re: Paranthesis line indicator in ultraedit (Windows)

Ultraedit seems to be a very popular editor. For kicks I tried to recreate Ultraedit in jEdit using my newLISP mode and BufferTabs, ConfigurableFoldHandler (fixed beta version), and Whitespace plugins ;)

Image
by m35
Mon May 17, 2010 6:11 pm
Forum: newLISP newS
Topic: カネ|BOX WHITE PAPER & DOCUMENTATION
Replies: 2
Views: 3369

Re: カネ|BOX WHITE PAPER & DOCUMENTATION

May 15, 2010 version, page 20
The カネ|box Engine requires every module to function properly, is it passes complex, (often)
encrypted information between modules
p26
Creating a new Training Set is requires a set of gathered traffic
by m35
Thu May 06, 2010 6:09 pm
Forum: newLISP in the real world
Topic: Integer division with rounding
Replies: 1
Views: 1317

Integer division with rounding

I coincidentally happen to be struggling with rounding issues at the same time as this topic pops up. I don't want to hijack that thread any further, plus my issue is a little different, so thus this thread. I'm trying to write a generic algorithm for integer-only (no floating-point involved) divisi...
by m35
Sat Apr 10, 2010 2:43 am
Forum: newLISP and the O.S.
Topic: HOWTO - Hiding the console on Windows
Replies: 1
Views: 4195

HOWTO - Hiding the console on Windows

I have the newLISP web server locally serving up custom RSS feeds generated by a little newLISP cgi script. Of course having the newLISP server console window lingering on screen isn't very nice, so I found an easy fix. Add this to the httpd-conf.lsp script, and your newLISP web server console windo...
by m35
Thu Apr 01, 2010 5:05 pm
Forum: newLISP in the real world
Topic: pcre instructions
Replies: 3
Views: 1783

Re: pcre instructions

Wow, it seems like we've been having a lot more newcomers to the forums these days. Awesome :D Thanks for the observation John. Just searching through the current online manual for 'PCRE', I didn't notice any version number mentioned. I agree it might be worthwhile to include some added clarificatio...
by m35
Tue Mar 23, 2010 4:25 pm
Forum: Anything else we might add?
Topic: why does this do this?
Replies: 5
Views: 4212

Re: why does this do this?

I've been using newLISP for years now and I still forget about this behavior ^_^
by m35
Sat Mar 20, 2010 5:42 am
Forum: newLISP newS
Topic: Manual and release notes for upcoming 10.2.0
Replies: 31
Views: 16038

Re: Manual and release notes for upcoming 10.2.0

search
If int-options is mot specified
by m35
Tue Mar 16, 2010 5:14 pm
Forum: newLISP newS
Topic: newLISP stable release 10.2.0
Replies: 4
Views: 3678

Re: newLISP stable release 10.2.0

Congratulations Lutz. Looking good as always. Few notes. Before they would be reported as part of a define function callint it . The probabilities calculated by prob-chi2 where to low for odd numbers of degrees of freedom. The Chi2 values calculated by crit-chi2 where to low for odd numbers of The e...
by m35
Mon Mar 15, 2010 5:18 pm
Forum: newLISP and the O.S.
Topic: Help needed with Win7-64bit install
Replies: 1
Views: 2355

Re: Help needed with Win7-64bit install

Looks like you're having this problem.
by m35
Mon Mar 15, 2010 5:14 pm
Forum: newLISP newS
Topic: Ubuntu and Debian package repository now available
Replies: 7
Views: 5191

Re: Ubuntu and Debian package repository now available

This scares the hell out of me, just one not so little change like (inc 'a) to (inc a) to (++ a) and just about evey cgi and newlisp application on the system/server goes boom! I am in the process of moving code developed and currently running live on newlisp 6.22 6.5 7.0.4 9.2.0 and 10.1.7 on seve...
by m35
Mon Feb 22, 2010 7:25 pm
Forum: So, what can you actually DO with newLISP?
Topic: Lisp ライクなスクリプト言語「newLISP」, blogpost at moongift.jp
Replies: 1
Views: 2917

Re: Lisp ライクなスクリプト言語「newLISP」, blogpost at moongift.jp

The Google translation made it sound like the author doesn't know a Japanese (Unicode) version is available. I tried posting a comment with Japanese numbers in some code, but they were converted to digits upon posting :P
by m35
Mon Feb 22, 2010 7:23 pm
Forum: newLISP Graphics & Sound
Topic: problem starting guiserver
Replies: 2
Views: 6118

Re: problem starting guiserver

Thanks for pointing this out. Playing with ports and firewalls can be tricky. Hopefully this can be fixed in a future release.
by m35
Mon Feb 08, 2010 5:57 pm
Forum: newLISP in the real world
Topic: Request: Function to give context given symbol
Replies: 41
Views: 13407

Re: Request: Function to give context given symbol

May I step back a bit to the discussion of the new function names :) sym-name and sym-context where good suggestions too, but I am trying to slowly move to shorter (but still recognizable) function names. E.g. many versions back sym was symbol and int was integer (integer is still recognized but not...
by m35
Wed Jan 13, 2010 5:28 pm
Forum: newLISP newS
Topic: Created newLISP IRC Channel - irc.freenode.net
Replies: 5
Views: 4979

Re: Created newLISP IRC Channel - irc.freenode.net

You could also get a little wild with my favorite editor, jEdit combined with the IRC plugin, so you can meta while you code :D
by m35
Mon Jan 04, 2010 7:26 pm
Forum: newLISP in the real world
Topic: Newbie getting started
Replies: 3
Views: 2343

Re: Newbie getting started

I'm pretty sure your problem is that .jar files are not associated with the proper command. guiserver.lsp runs this command: cmd /c '"%NEWLISPDIR%/guiserver.jar"' 47011 If .jar files are associated with this command: javaw.exe Then the guiserver.lsp is essentially running the command: javaw.exe "%NE...
by m35
Mon Dec 14, 2009 9:19 pm
Forum: newLISP newS
Topic: Unboxing after the move
Replies: 7
Views: 5079

Re: Unboxing after the move

My proposal ;) 1. Official newLISP releases, official announcements (& related bugs) 2. Modules, Scripts, & functions (releases, questions, bugs) ... General ... 2a. Dragonfly 3. Questions and discussion (& possible bugs) ... General ... 3a. GUI server specific ... 3b. Linux specific ... 3c. Mac spe...
by m35
Mon Dec 14, 2009 6:18 pm
Forum: newLISP and the O.S.
Topic: newLISP-GS IDE has 'ERR: no working directory found' (VISTA)
Replies: 4
Views: 3652

Re: Small error found in newlisp-edit.lsp affects windows users

(string newlispDir "/newlisp.exe " currentExtension " -C -w /"" $HOME "/"")) That is very odd. The characters in red are the strings: (string newlispDir "/newlisp.exe " currentExtension " -C -w /"" $HOME " / "" ) So $HOME is not being evaluated, but that '/' is, producing a string such as this: new...