Author Topic: CSScript (scripting engine for C#)  (Read 2240 times)

0 Members and 1 Guest are viewing this topic.

MickD

  • King Gator
  • Posts: 3646
  • (x-in)->[process]->(y-out) ... simples!
CSScript (scripting engine for C#)
« on: August 02, 2008, 08:22:51 PM »
http://www.csscript.net/

Just thought this may come in handy for testing snippets of code to save continually re-starting acad every test.
I haven't had a good look yet but -
Quote
- Any CLS-compliant C# code (standard .cs file) can be used as a script without any modifications

Might be worth a look.
"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

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: CSScript (scripting engine for C#)
« Reply #1 on: August 02, 2008, 10:25:07 PM »

That looks interesting Mick .. Has potential for sure :)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: CSScript (scripting engine for C#)
« Reply #2 on: August 03, 2008, 12:24:47 AM »
I went and read what was there, and I'm wondering how you would use it in Acad?  From a VBScript/JScript point of view, I can see how it would work well.  If it can be used in Acad, that would be awesome
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Glenn R

  • Guest
Re: CSScript (scripting engine for C#)
« Reply #3 on: August 03, 2008, 04:03:28 AM »
Interesting find Mick.
There is also Windows PowerShell which looks like it has legs