Raised This Month: $51 Target: $400
 12% 

View Poll Results: What Scripting Language?
Perl - Obscurity! 19 10.92%
Python - Real OOP! 21 12.07%
JavaScript-style - Simplicity! 81 46.55%
Small - Back to basics! 41 23.56%
Other - Post your choice 12 6.90%
Voters: 174. You may not vote on this poll

What Scripting Language?


Post New Thread Closed Thread   
 
Thread Tools Display Modes
genesis
Senior Member
Join Date: Oct 2004
Location: CALIFORNIA, USA
Old 11-23-2004 , 00:40   my 2 cents
#91

Is there a language, like small but the only difference is the use of string variables, if so this would be my vote.
__________________
CS 1.6 cali.radclan.net:27015
I have a feeling we're not in cs anymore.
I take pride that all my AMXX plugins were writen in notepad.
genesis is offline
genesis
Senior Member
Join Date: Oct 2004
Location: CALIFORNIA, USA
Old 11-23-2004 , 00:56  
#92

I would have edited my last post but the button is gone. Anyway I would like to cast an anti-vote against any interpretted languages. Can we please at the very least have a compiled language.
__________________
CS 1.6 cali.radclan.net:27015
I have a feeling we're not in cs anymore.
I take pride that all my AMXX plugins were writen in notepad.
genesis is offline
BAILOPAN
Join Date: Jan 2004
Old 11-23-2004 , 01:21  
#93

What do you mean by compiled or interpreted?

Small is compiled into bytecode, but that's interpreted.
Perl is interpreted, but perl's parser is extremely powerful.
PHP is interpreted (no known readily available bytecode machine).
JavaScript is compiled into preliminary bytecode, but that's interpreted in a more dynamic way than Small's is.
Python is either interpreted or compiled into bytecode and then interpreted.

In fact, the only language here that is NOT interpreted is unmanaged C/C++.

All languages these days (except BASIC) are compiled into some sort of parsable bytecode tree. The difference is in whether that bytecode is compiled beforehand (static binaries) or compiled dynamically from memory.

Anyway, if you wanted something similar to Small but with strings, that's JavaScript.
BAILOPAN is offline
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 11-23-2004 , 02:17  
#94

I vote for PIRATES 2004
PM is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 11-23-2004 , 02:20  
#95

me too
sawce is offline
imported_malex
Senior Member
Join Date: Sep 2004
Old 11-23-2004 , 02:22  
#96

BASIC has been compiled into p-code for decades now.

\malex\
imported_malex is offline
genesis
Senior Member
Join Date: Oct 2004
Location: CALIFORNIA, USA
Old 11-23-2004 , 02:57  
#97

Let me just give the extremes:

C++ is definately a compiled language
HTML is definately a interpreted language (if you can even call it a language)

anyway the bottom line is ,compiled languages are usually faster, so I will make it simple I like small, and have never been unable to do anything I have set my mind to, with it.
__________________
CS 1.6 cali.radclan.net:27015
I have a feeling we're not in cs anymore.
I take pride that all my AMXX plugins were writen in notepad.
genesis is offline
rompom7
Senior Member
Join Date: May 2004
Old 11-23-2004 , 03:24  
#98

What is with everyone suggesting HTML?
(HTML = HyperText Markup Language)

HTML as the language for this project! It doesn't even make sense! HTML is a layout / styles language not a programming language!

Anyway, I really like Perl. It is not very complicated, and its something different and unique. Perl is fast and low on CPU usage, which would make it great for a server mod.

And to everyone saying that they don't want to learn a new langauge: learning a new langauge is like learning how to drive an automatic transmission car after you have learnt how to drive a manual transmission car, it's very simple!

Well the votes disagree; but if Perl is ever going to be an option for this mod I can help out.
__________________
Forgive your enimies, but never forget their name.
rompom7 is offline
Send a message via MSN to rompom7
Saiyr
Junior Member
Join Date: Nov 2004
Old 11-23-2004 , 11:25  
#99

Quote:
Originally Posted by rompom7
What is with everyone suggesting HTML?
(HTML = HyperText Markup Language)

HTML as the language for this project! It doesn't even make sense! HTML is a layout / styles language not a programming language!
I hope you were joking, because I'm pretty sure everyone else was
Saiyr is offline
Lord of Anxiety
Member
Join Date: Mar 2004
Old 11-23-2004 , 12:24  
#100

Quote:
Originally Posted by rompom7
HTML as the language for this project! It doesn't even make sense! HTML is a layout / styles language not a programming language!
No, HTML is only a type of language what makes a structur. For layout u use CSS.

But I think for me best would be C/C++ because i know PHP, it s very simular to C.
Lord of Anxiety is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:11.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode