development release newLISP 9.2.17
development release newLISP 9.2.17
- bug fixes for the new set of association functions
- spaces in commands and arguments in 'process' function on Win32
- doc changes for assoc functions and chapter 17.
Files and changes notes: http://newlisp.org/downloads/development/
Lutz
- spaces in commands and arguments in 'process' function on Win32
- doc changes for assoc functions and chapter 17.
Files and changes notes: http://newlisp.org/downloads/development/
Lutz
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
If you need some material to get started, feel free to translate anything from my web pages, with a little pointer to the original perhaps. And I'd check the code to make sure it still runs...
But I think you'll have plenty of things to write about. I've got half a dozen posts on the go, but I've got other things to do first - like update the Introductions... :)
But I think you'll have plenty of things to write about. I've got half a dozen posts on the go, but I've got other things to do first - like update the Introductions... :)
Hello cormullion, I will make a NewLisp application for you: an italian word per day! :-)It's a beautiful language, but I understand only the musical subset of it. :) Presto con fuoco! Allegro leggierissimo!
Now, just to start, here the first little application, in order to "learn" italian terms:
Code: Select all
(amb "How = COME" "Well = BENE" "Everything is ok = TUTTO BENE" "Hello = CIAO" "How are you? = COME STAI?" )
Done! Italian blog was open! My new adventure begins here!
I'm still configuring it. The web page is:
http://newlisp.wordpress.com
I'm still configuring it. The web page is:
http://newlisp.wordpress.com
Yes!!! I will put a link in my page!Fanda wrote:And you can use Yahoo! Babel Fish:
http://babelfish.yahoo.com/
to translate it ;-)
Fanda
You are French? Why don't you start to create a french version, so we could make two sites very similar (like a join-venture!) by publishing similar articles!newBert wrote:I prefer the site in italian ... I can't speak or write italian but I can understand this beautiful language. It's a "cousin" of mine ;)
Regards,
Bertrand
P.S.: I'd like to create a site like this in french, but I've no time to do it ...
(I haven't enough time too, so I will write articles like a tech documentation (just for my knowledge, like a personal archive...)
I can't update regularly a web site or a blog for lack of time (I have some other occupations which take time) but sometimes I try to translate help files or manuals, and even programing language in french : for FBSL for instance and FMSLogo or others "just for my knowledge, like a personal archive" too :)ale870 wrote: (I haven't enough time too, so I will write articles like a tech documentation (just for my knowledge, like a personal archive...)
I began translating/adapting "newLisp in 21 minutes" but I lost my text when my computer broke down... and my knowledge in english has become growing, so the motivation to start again became inversely proportional.
Nevertheless io ci penso ancora, probably when my interest in newLisp will be stronger and more regular.
In any case Congratulazioni for your blog
:)
Bertrand
P.S.: I'm not yet sufficiently clever to create a site (and it's not a joke)
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
pop-assoc?
Hi Lutz! The manual for pop-assoc suggests that multiple keys are accepted, but it doesn't appear to work with string keys:
Code: Select all
> (set 'al '(("a" 1) ("b" 2) ("c" 3)))
(("a" 1) ("b" 2) ("c" 3))
> (pop-assoc (al "a"))
("a" 1)
> al
(("b" 2) ("c" 3))
> (set 'al '(("a" 1) ("b" 2) ("c" 3)))
(("a" 1) ("b" 2) ("c" 3))
> (pop-assoc (al "a" "c"))
nil
> (set 'al '(("a" 1) ("b" 2) ("c" 3)))
(("a" 1) ("b" 2) ("c" 3))
>
Hello newBert, I'm a professional software developer, but I haven't enough time to maintain a complex site, so I opened a blog in WordPress. It's free, very easy to be maintained, etc...newBert wrote:P.S.: I'm not yet sufficiently clever to create a site (and it's not a joke)
If you want to publish something (anything you want!), don't hesitate to take a look to it!
(you know many italian words! Great! Bravo!)