Thanks itistoday!!!
Logon ok.
I'll do more tests today.
cameyo
p.s. thank again
Search found 183 matches
- Mon May 22, 2023 9:20 am
- Forum: newLISP newS
- Topic: Forums Have Moved!
- Replies: 5
- Views: 28907
- Wed May 03, 2023 4:56 pm
- Forum: newLISP newS
- Topic: I'd like to offer to take over these forums
- Replies: 25
- Views: 20754
Re: I'd like to offer to take over these forums
Unfortunately I have no knowledge to help you. Maybe you can find the solution here: move a phpBB forum in another server https://www.phpbb.com/community/viewtopic.php?f=466&t=2471681 Transferring Your Board to a New Host or Domain https://www.phpbb.com/support/docs/en/3.1/kb/article/transferring-yo...
- Tue May 02, 2023 12:40 pm
- Forum: newLISP newS
- Topic: I'd like to offer to take over these forums
- Replies: 25
- Views: 20754
Re: I'd like to offer to take over these forums
Thanks itistoday for your work.
Any news about it?
Can I help in some way?
cameyo
Any news about it?
Can I help in some way?
cameyo
- Tue Apr 18, 2023 8:15 am
- Forum: newLISP in the real world
- Topic: Search a list of values in a list
- Replies: 4
- Views: 3778
Re: Search a list of values in a list
This solves my question.
Thanks again Ralph.
Have a nice day.
Thanks again Ralph.
Have a nice day.
- Mon Apr 17, 2023 6:14 pm
- Forum: newLISP in the real world
- Topic: Search a list of values in a list
- Replies: 4
- Views: 3778
Re: Search a list of values in a list
Thanks Ralph.
But I would like to find the starting index of the sequence 1 4 6, not the single number indices.
But I would like to find the starting index of the sequence 1 4 6, not the single number indices.
- Sun Apr 16, 2023 3:02 pm
- Forum: newLISP in the real world
- Topic: Search a list of values in a list
- Replies: 4
- Views: 3778
Search a list of values in a list
What is the best method to search for a list of values in a list?
Example:
(set 'pat '(1 4 6))
(set 'lst '(2 2 2 1 4 6 2 2 2 1 4 6 2 2 1))
(ref-lst pat lst) ==> 3 ;the first index
and/or
(ref-all-lst pat lst) ==> (3 9) ;all indexes
Example:
(set 'pat '(1 4 6))
(set 'lst '(2 2 2 1 4 6 2 2 2 1 4 6 2 2 1))
(ref-lst pat lst) ==> 3 ;the first index
and/or
(ref-all-lst pat lst) ==> (3 9) ;all indexes
- Wed Feb 08, 2023 11:32 am
- Forum: newLISP in the real world
- Topic: new module for SMTPS (secure SMTP)
- Replies: 1
- Views: 2496
Re: new module for SMTPS (secure SMTP)
Thanks.
newlisp deserves a modern and functional forum.
newlisp deserves a modern and functional forum.
- Wed Feb 01, 2023 3:06 pm
- Forum: Whither newLISP?
- Topic: Searching on array
- Replies: 0
- Views: 4981
Searching on array
How to search a value in array ?
Use array-list and then find, ref, etc ?
Use array-list and then find, ref, etc ?
- Sat Jan 21, 2023 8:24 am
- Forum: So, what can you actually DO with newLISP?
- Topic: chatGPT
- Replies: 0
- Views: 5165
chatGPT
chatGPT is able to write code in newlisp!!!
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
- Sat Jan 21, 2023 8:24 am
- Forum: So, what can you actually DO with newLISP?
- Topic: chatGPT
- Replies: 0
- Views: 5023
chatGPT
chatGPT is able to write code in newlisp!!!
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
- Sat Jan 21, 2023 8:24 am
- Forum: So, what can you actually DO with newLISP?
- Topic: chatGPT
- Replies: 0
- Views: 4998
chatGPT
chatGPT is able to write code in newlisp!!!
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
Some errors, but it is fun.
Try: "write code in newlisp to solve quadratic equation"
- Thu Jan 12, 2023 7:56 am
- Forum: So, what can you actually DO with newLISP?
- Topic: newLISP manual (old version)
- Replies: 2
- Views: 3625
Re: newLISP manual (old version)
Thanks Ralph
- Tue Jan 10, 2023 4:50 pm
- Forum: So, what can you actually DO with newLISP?
- Topic: newLISP manual (old version)
- Replies: 2
- Views: 3625
newLISP manual (old version)
I'm looking for old versions of newLISP manual (historic reasons).
Any version is appreciated.
Thank you
cameyo
Any version is appreciated.
Thank you
cameyo
- Sun Dec 25, 2022 5:51 pm
- Forum: Anything else we might add?
- Topic: Auguri
- Replies: 0
- Views: 5159
Auguri
Best wishes to all
Code: Select all
(println "Happy " (add 1 (div 2 (div 3 (add 4 5 (mul 6 7 8 9))))))
- Wed Nov 23, 2022 4:44 pm
- Forum: So, what can you actually DO with newLISP?
- Topic: newlisp note
- Replies: 0
- Views: 5325
newlisp note
Over one thousand of problems solved with newlisp.
https://github.com/cameyo42/newLISP-Note
So much fun with newlisp.
Thanks Lutz
https://github.com/cameyo42/newLISP-Note
So much fun with newlisp.
Thanks Lutz
- Wed Jul 27, 2022 12:21 pm
- Forum: newLISP newS
- Topic: Lisp book
- Replies: 0
- Views: 5965
Lisp book
Lisp Book (Croatian language) by Kazimir Majorinc at:
http://monoskop.org/images/c/cb/Majorin ... moguce.pdf
Traslation in english "As Powerful As Possible" at:
https://github.com/amno1/as-powerful-as-possible
http://monoskop.org/images/c/cb/Majorin ... moguce.pdf
Traslation in english "As Powerful As Possible" at:
https://github.com/amno1/as-powerful-as-possible
- Mon Jul 04, 2022 1:58 pm
- Forum: newLISP in the real world
- Topic: setq '
- Replies: 3
- Views: 4516
Re: setq '
Solution of my problem:
viewtopic.php?f=16&t=4580
viewtopic.php?f=16&t=4580
- Mon Jul 04, 2022 1:53 pm
- Forum: newLISP in the real world
- Topic: Function as list
- Replies: 0
- Views: 5119
Function as list
https://gist.github.com/cameyo42/13fb05 ... 624507c14e
Can't post code on forum :-(
Can't post code on forum :-(
- Sun Jun 26, 2022 12:10 pm
- Forum: newLISP newS
- Topic: newLISP v.10.7.0 Stable Release
- Replies: 21
- Views: 34999
- Wed Jun 15, 2022 5:20 pm
- Forum: newLISP in the real world
- Topic: string function
- Replies: 4
- Views: 4768
Re: string function
Ok. I am old...and often confused.
Thanks HPW and Ralph.
Thanks HPW and Ralph.
- Wed Jun 15, 2022 6:06 am
- Forum: newLISP in the real world
- Topic: string function
- Replies: 4
- Views: 4768
Re: string function
This is normal:
This is strange, but you just need to know:
Code: Select all
(string a b)
-> "1020"
(string "a""b")
-> "ab"
Code: Select all
(string ""a""b"")
-> "1020"
- Tue Jun 14, 2022 5:43 am
- Forum: newLISP in the real world
- Topic: string function
- Replies: 4
- Views: 4768
string function
Why this?
Code: Select all
(setq a 10)
(setq b 20)
(string "'"a" '"b"")
-> "'10 '20"
- Sat Jun 04, 2022 5:51 pm
- Forum: newLISP in the real world
- Topic: setq '
- Replies: 3
- Views: 4516
Re: setq '
Yes.
I know it is wrong, but after:
the symbol a is created, but is nil.
Where is the value 3? ;-)
I know it is wrong, but after:
Code: Select all
(setq 'a 3)
> 3
Where is the value 3? ;-)
- Sat Jun 04, 2022 2:55 pm
- Forum: So, what can you actually DO with newLISP?
- Topic: Creation of lists with predefined structure and random values
- Replies: 0
- Views: 6018
Creation of lists with predefined structure and random values
https://github.com/cameyo42/newLISP-Not ... 9.lsp#L456
(useful for testing purpose)
(useful for testing purpose)
- Wed Jun 01, 2022 4:32 pm
- Forum: newLISP in the real world
- Topic: setq '
- Replies: 3
- Views: 4516
setq '
Code: Select all
(setq 'a 3)
output: 3
a
output: nil
How to retrieve it?
p.s. it's only a curiosity