.Net developers, what is your go-to scripting language?
-
English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997Was that the script that said "*gunfire* FIN"? :)
It's an OO world.
-
English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997C'est la vie.
Martin Fowler wrote:
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
-
I agree. And it's portable too.
SG Aham Brahmasmi!
-
English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997English is a broken language, constant debugging, and still doesn't look or sound right once you are done with it. you know, like a Ford.
///////////////// -I’m a DHCP server at a local restaurant. This chick came up and asked me for my address, and I told her she was out of my scope -Why do Java Programmers wear glasses? Because they don’t C#
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
That depends on the task. BAT files Perl
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
I had to recently rewrite some old utilities we had on Linux as the C source code had gone missing; Python was my go to language.
-
English. I tried writing a script in French once, but the actors gave up trying to read it, and went home.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997Are you sure they went home and not that they did surrender?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
.BATch and VBScript. If I can't do it with those two, I write an app.
Software Zen:
delete this;
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
Ruby and IronRuby
Paul A .NET developer who now drinks the Ruby and Cocoa Koolaid.
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
I don't use scripts. C# on windows forms accomplish most of my quick tasks very efficiently.
"To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
For scripting of command line (or similar) tasks I use Perl.
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
BAT, Perl, Powershell, depending on the task. Currently reading: "The Prince", by Nicolo Machiavelli
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
I find that I've been using Powershell more and more. I really like being able to work with .NET objects in script to quickly test something as I work on a larger project, rather than firing up another solution to test 3 lines of code.
"It's like the sixties, but with less hope."
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
Usually some kind of shell scripting, whether Batch or BASH. I keep meaning to try Python out, but have just never gotten round to it.
Er, I can't think of a funny signature right now. How about a good fart to break the silence?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
-
I'm wondering what the majority of people use as their primary scripting language for quick tasks?
Here lately, I've been using LINQPad for all my local machine scripting needs. It's fast, light weight, and because I have a license, it has full intellisense support. It's also much faster than firing up VisualStudio to create a new C# project. Regardless, I don't "script" anything. Why script something when I can get full intellisense and debugging support in LINQPad or VisualStudio?
I'm not a player, I just code a lot! Alex Dresko