stevsmith Posted April 16, 2010 Share Posted April 16, 2010 Looking good David, Quote Link to comment Share on other sites More sharing options...
ScribbleJ Posted April 16, 2010 Share Posted April 16, 2010 Very nice job! I have long been an Afralisp visitor. I had no idea it was about to tank. It is nice to see you saved it because it is a great resource for anyone learning LISP. Thanks for doing a good job and keeping it alive. Quote Link to comment Share on other sites More sharing options...
Pablo Ferral Posted April 23, 2010 Share Posted April 23, 2010 A bit of publicity... http://thecadsetterout.wordpress.com/2010/04/19/autocad-resources-afralisp-gets-a-new-look/ Quote Link to comment Share on other sites More sharing options...
Small Fish Posted April 29, 2010 Share Posted April 29, 2010 David - Just one suggestion - Is it posssible to make an option so that searches are made with only the Afralisp site? Apart from that awesome job mate! Quote Link to comment Share on other sites More sharing options...
CADTutor Posted April 30, 2010 Author Share Posted April 30, 2010 That's a good point. Unfortunately, it's either one thing or the other - no way to add the option. I just thought that there was so much useful stuff on this site that those searching on a topic may benefit but I guess it could be confusing. I'll have a think about that. Thanks Quote Link to comment Share on other sites More sharing options...
TimSpangler Posted May 6, 2010 Share Posted May 6, 2010 Looking at todays tip of the day: Converting Strings to Uppercase There are many occasions when you'll need to convert a string variable to uppercase, especially when you've requested a response and need to test it. It's much easier to test it against all-uppercase than to try to test for every combination of uppercase and lowercase. The command for the conversion is (strcase) : (setq uc (strcase t)) This converts the value of the string variable t to uppercase and assigns the new value to the variable uc. Bad programing example, not only because you shouldn't use T as a variable but because that is one of the arguments for strcase. Maybe this tip can be updated? Quote Link to comment Share on other sites More sharing options...
CADTutor Posted May 6, 2010 Author Share Posted May 6, 2010 Maybe this tip can be updated? It sure can and it's done. Thanks for spotting that one. Quote Link to comment Share on other sites More sharing options...
Se7en Posted May 6, 2010 Share Posted May 6, 2010 I still think that middle section looks like an advertisement. *lol* My initial reaction is to just skip over reading it every time i open the page. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.