Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
Hi, I am curious to see what scripting languages is every one using for common tasks and small programs? I use python for all kinds of stuff since it's easy to write new python scripts and run them. For example I used python when learning math, calculating and displaying list of coordinates for a circle, uploading files based on filters to FTP, doing some networking tests and whatever. So what do you use, any linux bash scripters? ------------------ [VoHW] (Help needed) [Blog] - Truedisciple (mp3) |
HanClinto![]() Administrator Posts: 1828 From: Indiana Registered: 10-11-2004 |
I used to just write small VB apps, but now I just write small C# apps and put all of my code in a button's clicked handler. I'm just about always on Windows, and haven't bothered to set up Perl or Python very well on it yet. |
CPUFreak91![]() Member Posts: 2337 From: Registered: 02-01-2005 |
quote: Han if you use mono you can write C# scripts. I only use python and bash for scripting ------------------ ``After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2 |
crazyishone![]() Member Posts: 1685 From: Registered: 08-25-2004 |
I make batch files from time to time. I don't let myself use bash scripts, because i think i will learn to use the various shells faster if i type everything out. ------------------ |
CPUFreak91![]() Member Posts: 2337 From: Registered: 02-01-2005 |
quote: I'm going bash all way and not bothering with ksh or csh. Good idea for learning it tho. ------------------ ``After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2 |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
quote: Hmm, all I did was installed latests python and I can now run the .py files by clicking them in windows. But I usually have to openup the console and execute them from there in order to see the output. ------------------ [VoHW] (Help needed) [Blog] - Truedisciple (mp3) |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
i couldn't figure python out lol... i just use C++, like i do for anything, cuz it's kind of all i now... lol but next year, in highschool, i'm gonna be learning Qbasic and Visualbasic... lol... i'll probably do stuff in that when i learn it lol... ------------------ |
crazyishone![]() Member Posts: 1685 From: Registered: 08-25-2004 |
buddboy, scripting languages. the thread is about scripts. (including shell scripts/batch files) ------------------ |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
LOL DUH.... DUH... I feel soooo stupid right now lol... sorry!! well, i don't really know any scripting languages lol... ------------------ |
D-SIPL![]() Moderator Posts: 1345 From: Maesteg, Wales Registered: 07-21-2001 |
Python mainly. --D-SIPL ------------------ |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
lol yah i know of some, just can't code in any lol... ------------------ |
Klumsy![]() Administrator Posts: 1061 From: Port Angeles, WA, USA Registered: 10-25-2001 |
MSH baby , all the way.. though some python too, particularly when it comes with writing code to backup, synronise ,version control and share files through gmail.. but MSH.. it just rocks.. ------------------ |
Seven7 Member Posts: 50 From: USA Registered: 03-16-2005 |
Well, heres my 2 cents; Where I work now, we use Lua or Python and XML. Started using C# once we got |
Klumsy![]() Administrator Posts: 1061 From: Port Angeles, WA, USA Registered: 10-25-2001 |
seven7, you should try MSH, its like a more dynamic C# , as its totally dotnet 2.0 ------------------ |
Jari![]() Member Posts: 1471 From: Helsinki, Finland Registered: 03-11-2005 |
Oh lua, that's interesting language, I have used it in game modding. It's very C/C++ like isnt it? Too bad the MSH is for windows only, because it's important for me to write cross platform scripts. And that's because I don't want to be stuck on one OS. ------------------ [VoHW] (Help needed) [Blog] - Truedisciple (mp3) |
Realm Master![]() Member Posts: 1971 From: USA Registered: 05-15-2005 |
I use BB... all the code in one horrendus chunk. lol!! I'm straining to move back to C++ though... but my graphics card and blahblahblah.... ------------------ Blessed are those who suffer for doing what is right. PM ME YOUR DESCRIPTION OF ME! ILL PUT IT HERE! |
Seven7 Member Posts: 50 From: USA Registered: 03-16-2005 |
I should back up and say we use Lex and Yacc. With these two utilities you can design and build your own scripting language and/or your own compiler from scratch. We generally stay with the more contemporary languages since they are more dependable. I don't know 'MSH' and I really don't have a use for scripting languages outside of work, other than XML. MSH...we'll have to see how it evolves.
|
Klumsy![]() Administrator Posts: 1061 From: Port Angeles, WA, USA Registered: 10-25-2001 |
yeah Lua is great for some stuff, as a simple and fast embedded script.. i used when adding scriptable features to visual jockey. http://www.visualjockey.com ------------------ |