Author Topic: F# - Use WPF dialog button to draw a line  (Read 6294 times)

0 Members and 1 Guest are viewing this topic.

MickD

  • King Gator
  • Posts: 3637
  • (x-in)->[process]->(y-out) ... simples!
Re: F# - Use WPF dialog button to draw a line
« Reply #15 on: August 15, 2015, 01:27:11 AM »
Yes, I have seen the same interview, it was quite good. At this stage - or at least how most would use the autocad/bricscad api - the space where you would separate out your business logic from the api is quite small.
That is, most of the stuff we do with CAD programming is manipulating the host objects using the host api's, it's hard to separate your code out as it's tied to all the helper functions of the host api.

Basically it's scripting and if AutoLisp had a decent built in easy to use UI library I'd doubt we'd even be having this conversation, and the main reason VBA was popular was the ease of building a UI, not for its language, lisp is a lot better as a scripting language IMO and is probably faster!

But it doesn't, so we're all stuck learning new languages and paradigms basically just to gather and display data in a dialog box!

It makes you wonder sometimes.... :|
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien