Jun 17, 2009 #1 Philrock Mechanical Joined Dec 30, 2001 Messages 311 Location US I need to convert several hundred lines of AutoLisp math formulas to standard math syntax to use in another programming language. Is there a conversion program that does this?
I need to convert several hundred lines of AutoLisp math formulas to standard math syntax to use in another programming language. Is there a conversion program that does this?
Jun 17, 2009 #2 CarlB Civil/Environmental Joined Jul 11, 2001 Messages 1,196 Location US What's not "standard" about (/ (+ 2 3) 6.0) I doubt you'll find a converter, as there could be many possible desired formats Upvote 0 Downvote
What's not "standard" about (/ (+ 2 3) 6.0) I doubt you'll find a converter, as there could be many possible desired formats
Jun 19, 2009 #3 tinfoil Electrical Joined Jun 24, 2004 Messages 351 Location CA @carlb You've got one too many closing parantheses! Your code won't compile. Upvote 0 Downvote