ScribbleJ Posted April 16, 2010 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
Pablo Ferral Posted April 23, 2010 Posted April 23, 2010 A bit of publicity... http://thecadsetterout.wordpress.com/2010/04/19/autocad-resources-afralisp-gets-a-new-look/ Quote
Small Fish Posted April 29, 2010 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
CADTutor Posted April 30, 2010 Author 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
TimSpangler Posted May 6, 2010 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
CADTutor Posted May 6, 2010 Author Posted May 6, 2010 Maybe this tip can be updated? It sure can and it's done. Thanks for spotting that one. Quote
Se7en Posted May 6, 2010 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
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.