So I've been playing around with newlisp for a while now(slowly but surely), using the editor that comes with the installer.
And I've come to miss auto-complete a lot. Also currently using windows, some Linux stuff would be nice as well(but isn't as immediate of a concern).
Search found 6 matches
- Sun Apr 10, 2011 3:58 pm
- Forum: newLISP in the real world
- Topic: AutoComplete
- Replies: 1
- Views: 1597
- Mon Feb 28, 2011 5:37 pm
- Forum: Whither newLISP?
- Topic: Why () not evaluate to nil?
- Replies: 3
- Views: 5388
Re: Why () not evaluate to nil?
Guess it was just a surprise for me :D
And a bigger one than I would have thought with () evaluating to nil being considered an unfortunate decision.
And a bigger one than I would have thought with () evaluating to nil being considered an unfortunate decision.
- Sun Feb 27, 2011 8:45 pm
- Forum: Whither newLISP?
- Topic: Why () not evaluate to nil?
- Replies: 3
- Views: 5388
Why () not evaluate to nil?
Why doesn't () evaluate to nil? it seems weird to be a lisp language and have that not be true. Just a strange philosophical question I had when I hit something unexpected. Just a random philosophical question I had. To be honest it doesn't change much for me, but got curious since some "super serio...
- Sun Feb 27, 2011 1:48 am
- Forum: So, what can you actually DO with newLISP?
- Topic: Unbalanced Parentheses archive.
- Replies: 2
- Views: 6613
Re: Unbalanced Parentheses archive.
Awesome I was going through some your posts before I went in to study. Wish I had more time for the weekend.
- Tue Jan 11, 2011 5:58 pm
- Forum: newLISP in the real world
- Topic: getting newlisp to "wind" up? and practice sets
- Replies: 2
- Views: 1847
Re: getting newlisp to "wind" up? and practice sets
Thanks for the help, I'll look at it in detail as soon as possible. I'll also have to do some more reading from the looks of it. don't quite know what the ':' does except that it's used for controlling name spaces when using objects. The use in the last example seems weird to me, and I'm not sure I ...
- Mon Jan 10, 2011 5:52 pm
- Forum: newLISP in the real world
- Topic: getting newlisp to "wind" up? and practice sets
- Replies: 2
- Views: 1847
getting newlisp to "wind" up? and practice sets
How do I get a function to keep what it returns as it's "referance" instead of it's value? Or some other logical method that lets you perform getting/setting without having to write lots of messy functions? I'm also curious if there are anything around like practice sets. That give you a problem the...