Search found 2039 matches

by newdep
Tue Nov 13, 2012 6:59 pm
Forum: newLISP newS
Topic: newlisp.org unreachable
Replies: 1
Views: 5221

Re: newlisp.org unreachable

Back online.... 19:59 CET... ;-)
by newdep
Tue Nov 13, 2012 6:55 pm
Forum: newLISP newS
Topic: newlisp.org unreachable
Replies: 1
Views: 5221

newlisp.org unreachable

just for the notification to the forum members a.o.

newlisp.org is currently unreachable 19:45 CET 13-Nov-2012...

Course is unknown to me but could be a nfs host issue... waiting for confirmation...
by newdep
Sat Oct 27, 2012 6:34 am
Forum: newLISP and the O.S.
Topic: 1 dime tip for today: Console2
Replies: 6
Views: 6980

Re: 1 dime tip for today: Console2

Ah yes ik know that one.. its a plugin for the far commander (russian version of midmight commander ;-) At the time it just did not do what i wanted iy to do..but probably its enhanced meanwhile.. I jumped to an older console program, already used with OS2 for years, Take Command / TCC from JPsoft. ...
by newdep
Wed Oct 24, 2012 2:35 pm
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12174

Re: newLISP on Rockets

Nice initiative (nslookup newlisponrails.com) Sounds better then Ruby on Rails for sure ... ;-)
Ill keep an eye on it...
by newdep
Sat Oct 20, 2012 5:24 pm
Forum: newLISP and the O.S.
Topic: newLisp on Android (redux)
Replies: 6
Views: 6360

Re: newLisp on Android (redux)

Thanks for the info... I was already informed it would not be heaven ;-)

Good i didnt try at all... I took the shotcut and rented a cloud server of $9 a month to be able to
access my linux prompt at any time..ofcourse with newlisp on it ;-)
by newdep
Sun Oct 07, 2012 8:31 am
Forum: newLISP newS
Topic: newLISP Stable Maintenance Release v.10.4.4
Replies: 3
Views: 5160

Re: newLISP Stable Maintenance Release v.10.4.4

Aaaaa finaly!... thanks lutz! ;-)
read-file, write-file, append-file and delete-file when used with http:// URLs will now return nil under error conditions instead of throwing an error
by newdep
Sun Oct 07, 2012 8:25 am
Forum: newLISP in the real world
Topic: emEditor newlisp syntax highlight
Replies: 1
Views: 1752

emEditor newlisp syntax highlight

Again a syntax highlight for newlisp, but this time for a very good text editor! Im working on a snippets collection too..its on its way... ;-) Enjoy.. ; EmEditor Syntax File ; ; To import this file to an existing configuration, select Configuration ; under the Tool menu, select Define Configuration...
by newdep
Wed May 30, 2012 9:50 pm
Forum: So, what can you actually DO with newLISP?
Topic: Wendal's Lua-Newlisp github project and few blog posts
Replies: 3
Views: 6957

Re: Wendal's Lua-Newlisp github project and few blog posts

Thats funny ;-) I would have expected to see LUA inside newlisp and not the other way around.
But then again ... using the way of the compiler it makes sense ;-)
by newdep
Sat May 26, 2012 6:36 am
Forum: newLISP in the real world
Topic: newlisp with serial port
Replies: 2
Views: 1968

Re: newlisp with serial port

Yes no problem (theoretically), but you dont want to reinvent the wheel and create a new serial driver on kernel level in newlisp using embeded C or Asm code...

When you have setup the lowlevel tty flowcontrol for the serial device newlisp can talk to the device/file without a problem..
by newdep
Wed May 23, 2012 5:22 pm
Forum: newLISP in the real world
Topic: 2D game engine with newLisp
Replies: 29
Views: 12668

Re: 2D game engine with newLisp

..Ofcourse we do need 2D games... a game is a game and every game is different. You could ask yourself 'why' youre doing it though?.. And then there are ofcourse loads of alternative consoles... Personaly I hate games on a phone, on the Ipad..its more like..Mooaahh... but behind a full console wide-...
by newdep
Mon May 21, 2012 10:13 pm
Forum: Whither newLISP?
Topic: destructive setq ?
Replies: 1
Views: 5420

destructive setq ?

Hi Lutz, The problem below looks familiar to me but i cant find/recall the explenation in the manual, perhpas you can clear me up.. I would intepret it as a bug , as its not explained as a feature in the manual. The question is , why doesn't the use of -1 or 'last apply to setq/setf for strings? As ...
by newdep
Sun May 20, 2012 8:35 am
Forum: Whither newLISP?
Topic: newlisp with filter function (unix only)
Replies: 4
Views: 7621

Re: newlisp with filter function (unix only)

Of all options i did not test read-line... how stupid of me ;-) Thanks..
by newdep
Sun May 20, 2012 7:50 am
Forum: Whither newLISP?
Topic: newlisp with filter function (unix only)
Replies: 4
Views: 7621

Re: newlisp with filter function (unix only)

Hi Lutz, ...yes yes i know :-), but my suggestion is more related to newlisp as being a command-line filter and not such as being able to filter, its about 'not' creating a file/script when using newlisp but about using newlisp on the command-line. newlisp has functions that can be used on the regul...
by newdep
Sat May 19, 2012 8:01 pm
Forum: Whither newLISP?
Topic: newlisp with filter function (unix only)
Replies: 4
Views: 7621

newlisp with filter function (unix only)

Hi Lutz, is it possible to extend newlisp so that its capable of beeing a 'filter'. So it accepts input during startup. example: echo "(println \"hello newlisp\")" | newlisp -e '(eval $main-args)' I know $main-args wont work here but its just an example. I would like to use newlisp in the command st...
by newdep
Mon May 07, 2012 5:29 pm
Forum: Whither newLISP?
Topic: Feature request: parse
Replies: 2
Views: 6015

Re: Feature request: parse

Hi Lutz, Well.. "... When no str-break is given, parse tokenizes according to newLISP's internal parsing rules...." I think.. Im confused here.. Or by a different parser or by an older version of newlisp. ...issue closed for me..sorry for the interruption.. Ill stick a YellowIsh paper right in the m...
by newdep
Sun May 06, 2012 3:36 pm
Forum: Whither newLISP?
Topic: Feature request: parse
Replies: 2
Views: 6015

Feature request: parse

Hi Lutz, A pothole for many (at least for me over and over again) is 'parse. ..i lost count.. Quicky parsing a string in newlisp cant be done without regex, or without inteferance of a pre-eval. ( And I believe a language should stay nice to look at ;-) The pre-eval of str-data is something you quic...
by newdep
Sat Apr 21, 2012 9:30 pm
Forum: newLISP newS
Topic: newLISP development release v.10.4.1
Replies: 4
Views: 4875

Re: newLISP development release v.10.4.1

Thanks for this fix! I wondered already what it was but you found it, I ran several times into this issue... Ill try it right away ;-) --- The command-event function now trims trailing line-feed characters in all compile and platform flavors. Previously only UNIX and readline lib enabled versions wo...
by newdep
Tue Feb 14, 2012 9:57 pm
Forum: newLISP and the O.S.
Topic: Run a newLISP script as a Windows batch file: FINAL
Replies: 15
Views: 10280

Re: Run a newLISP script as a Windows batch file: FINAL

A correction here to be made alex! It does work!

The .BAT version on my Win7 runs directly into a newlisp prompt but the .CMD works! .. Thanks!
by newdep
Tue Feb 14, 2012 9:54 pm
Forum: newLISP in the real world
Topic: Property lists in newlisp?
Replies: 5
Views: 2869

Re: Property lists in newlisp?

What do i catch here a wikibooks entry on newlisp? Never seen thatone befor? Thanks for the highlight ;-)
by newdep
Tue Feb 14, 2012 9:52 pm
Forum: newLISP and the O.S.
Topic: Run a newLISP script as a Windows batch file: FINAL
Replies: 15
Views: 10280

Re: Run a newLISP script as a Windows batch file: FINAL

Nice catch , I thought i give it a try but on my win7 it jumps right over the newlisp program into the newlisp prompt. I too was this week seeking for a clean execute solution too on windows, as on OS/2 i can use the COMSPEC= that cant be used under windows.. I have seen some perl examples doing the...
by newdep
Tue Feb 14, 2012 9:41 pm
Forum: newLISP newS
Topic: newLISP Stable Release v.10.4.0
Replies: 13
Views: 11033

Re: newLISP Stable Release v.10.4.0

Thanks lot Lutz!... ;-)
by newdep
Sat Dec 24, 2011 12:11 pm
Forum: Anything else we might add?
Topic: Merry Christmas to all forum members!
Replies: 2
Views: 3309

Merry Christmas to all forum members!

To all newlisp users and forum member and especialy to Lutz ;-)

Merry Christmas and all the best for 2012!
by newdep
Fri Nov 25, 2011 7:46 pm
Forum: newLISP newS
Topic: newLISP development release v.10.3.7
Replies: 5
Views: 4773

Re: newLISP development release v.10.3.7

Yups..works fine on Win7 :-)
Will test debian and slackware next week...

> (import "msvcrt.dll" "atof" "double" "char*")
(atof "123.456")

atof<76270A80>
> 123.456
by newdep
Wed Nov 02, 2011 7:29 pm
Forum: newLISP newS
Topic: John McCarthy, Father of AI and LISP passes...
Replies: 6
Views: 5079

Re: John McCarthy, Father of AI and LISP passes...

I just want to say "Thanks for all the fun!".. god bless..

Its a very odd year this 2011 where it seems a lot of great sources of mind and being pass away,
in the age of science and computers the heritage is there to be used..


Thanks for the information i realy did miss the news on McCarthy.
by newdep
Thu Oct 06, 2011 7:17 am
Forum: newLISP in the real world
Topic: Another text editor... Sublime Text
Replies: 4
Views: 2754

Re: Another text editor... Sublime Text

I always like the topic on "Text editors" because they are so personal. I always hunt for a good editor too, although i have my fav's already, seeking for the fine editor is a real quest. (Police Quest , King's Quest, Space Quest, are like that too ;-)) I even build my own editor in newlisp on OS/2 ...