General Development

What scripting languages do you use? – jari

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?

------------------
Mat 5:6 Blessed are they which do hunger and thirst after righteousness: for they shall be filled.

[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:
Originally posted by HanClinto:
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.

Han if you use mono you can write C# scripts.

I only use python and bash for scripting

------------------
All Your Base Are Belong To Us!!! chown -r us ./base

``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.

------------------

globalrant http://globalrant.wastextgames.com
globalrant forums
http://crazyishone.proboards85.com/index.cgi

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by crazyishone:
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.



I'm going bash all way and not bothering with ksh or csh. Good idea for learning it tho.

------------------
All Your Base Are Belong To Us!!! chown -r us ./base

``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:
Originally posted by HanClinto:
I'm just about always on Windows, and haven't bothered to set up Perl or Python very well on it yet.

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.

------------------
Mat 5:6 Blessed are they which do hunger and thirst after righteousness: for they shall be filled.

[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...

------------------
In the stock market, you must buy high and sell low...Wait! That's not right!
--------------
Yes, I can be intelligent at times!!

crazyishone

Member

Posts: 1685
From:
Registered: 08-25-2004
buddboy, scripting languages. the thread is about scripts. (including shell scripts/batch files)

------------------

globalrant http://globalrant.wastextgames.com
globalrant forums
http://crazyishone.proboards85.com/index.cgi

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...

------------------
In the stock market, you must buy high and sell low...Wait! That's not right!
--------------
Yes, I can be intelligent at times!!

D-SIPL

Moderator

Posts: 1345
From: Maesteg, Wales
Registered: 07-21-2001
Python mainly.

--D-SIPL

------------------
"One World. One Web. One Program." -Microsoft promotional advertisement
"Ein Volk, ein Reich, ein Fuhrer!" -Adolf Hitler

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...

------------------
In the stock market, you must buy high and sell low...Wait! That's not right!
--------------
Yes, I can be intelligent at times!!

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..

------------------
Karl /GODCENTRIC
Visionary Media
the creative submitted to the divine.
Husband of my amazing wife Aleshia
Klumsy@xtra.co.nz

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
the parser to work. No Bash or Perl...Whew!

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

------------------
Karl /GODCENTRIC
Visionary Media
the creative submitted to the divine.
Husband of my amazing wife Aleshia
Klumsy@xtra.co.nz

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.

------------------
Mat 5:6 Blessed are they which do hunger and thirst after righteousness: for they shall be filled.

[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....

------------------
yeah, im a little crazy

Blessed are those who suffer for doing what is right.
The kingdom of heaven belongs to them.-Matthew 5:10

PM ME YOUR DESCRIPTION OF ME! ILL PUT IT HERE!

Here's all the comments!

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.


Heres a good look at Lua:: http://www.devmaster.net/articles/lua/lua1.php


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

------------------
Karl /GODCENTRIC
Visionary Media
the creative submitted to the divine.
Husband of my amazing wife Aleshia
Klumsy@xtra.co.nz