Search found 3 matches
- Wed Feb 15, 2012 7:44 pm
- Forum: newLISP in the real world
- Topic: Property lists in newlisp?
- Replies: 5
- Views: 4557
Re: Property lists in newlisp?
Yeah I saw that, I like to use symbols as my keys and doing that with the association lists plus contexts causes weird behaviors. Say if I have a global database associative list and want to access it within (context thing) all my symbols are automatically changed. When I do (lookup 'stuff MAIN:db) ...
- Tue Feb 14, 2012 4:36 am
- Forum: newLISP in the real world
- Topic: Property lists in newlisp?
- Replies: 5
- Views: 4557
Property lists in newlisp?
I remmember that in common Lisp I could do something like this:
(list :a 1 :b 2 :c 3)
Is there any way to make this kind of list in newlisp. I saw hashes but I'd like to make something like this within another list and it seems hashes need their own namespace.
(list :a 1 :b 2 :c 3)
Is there any way to make this kind of list in newlisp. I saw hashes but I'd like to make something like this within another list and it seems hashes need their own namespace.
- Tue Feb 07, 2012 10:06 pm
- Forum: newLISP in the real world
- Topic: [wishlist] things I wish for newlisp for 2012
- Replies: 9
- Views: 8362
Re: [wishlist] things I wish for newlisp for 2012
Since my focus is games I'd love to see a sdl library, and an improved newlisp-edit.