This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
(set 'all-computers '(
((atag "444") (person "yyy") (room "") (role nil))))
(lookup person all-computers)
(set 'a '(1 2 nil 4))
(setf (a 2) "none")
(dolist (i a)(when (null? i)(setf i "none")))
(null? (a 2))
(set 'persons '(
(id001 (name "Anne") (address (country "USA") (city "New York")))
(id002 (name "Jean") (address (country "France") (city "Paris")))
))
(set 'persons '(
("John Doe" 35 "M" 12.34)
("Mickey Mouse" 65 "N" 12345678)
And how would be the final desired list look like for this example?Quote from: "jopython"
Your intentions are not clear in your example.Quote from: "jopython"
0
|
/
1 3 6__
| | |
2 | |
| |
| |
/ |
4 5 |
|
|
/
| | | |
| | | |
7 8 9 10
> sub1
(0 11 18)
> sub2
(1 3 6 12 14 15 19 21)
> sub3
(2 4 5 7 8 9 10 13 16 17 20)
cannot link executable: empty/missing DT_Hash in "./newlisp" (built
with --hash-style=gnu?)