development release newLISP v.9.2.5

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development release newLISP v.9.2.5

Post by Lutz »

See

http://newlisp.org/downloads/development/

for changes notes and files

Lutz

Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

Post by Cyril »

Nice! Dreaming about diving into new : semantic. BTW, int but integer? looks confusing to me. Is this intentional?
With newLISP you can grow your lists from the right side!

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

I went back and forth on this for the last 2 years. The long writing has been out of the docs for some time. One of the reasons for shortening to 'int' is, that it is extensively used by many in modules importing from C-libraries as a cast to make sure that values are passed as integers when they come in as floats.

The long version still works, but I am constantly trying to keep things as slim as possible. For the same reason 'sym' was shortened from 'symbol' two years ago.

Lutz

ps: thanks for the new newlisp.vim version, it didn't make it into 9.2.5, but it is updated on the site, now with the vim.org link.

Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

Post by Cyril »

Lutz wrote:The long version still works, but I am constantly trying to keep things as slim as possible. For the same reason 'sym' was shortened from 'symbol' two years ago.
I am not about lengthening int or sym, I am about shortening integer? and symbol? ;-)
Lutz wrote:ps: thanks for the new newlisp.vim version, it didn't make it into 9.2.5, but it is updated on the site, now with the vim.org link.
Oh, that's good. No more boring of keeping three different locations in synch. And the official Vim site is more reliable than my friend's home server where I am hosting my home page. BTW, even newer version 1.3 is done!
With newLISP you can grow your lists from the right side!

Locked