mIRC Home    About    Download    Register    News    Help

Print Thread
#67426 11/01/04 04:41 PM
Z
zetaekis
zetaekis
Z
Scripters want mircscripting Compiler for win32 and UNIX ! :P

#67427 11/01/04 04:51 PM
Joined: Jul 2003
Posts: 733
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jul 2003
Posts: 733
mirc isnt made for unix. mirc scripts arnt compiled either, they are plain text open source

#67428 11/01/04 04:57 PM
Z
zetaekis
zetaekis
Z
i know, i say than we want mircscripting code compiler

#67429 11/01/04 05:15 PM
Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
What for?

#67430 11/01/04 07:05 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
I took the liberty to search for you:

https://forums.mirc.com/showflat.php?Cat=...=true#Post44365
https://forums.mirc.com/showflat.php?Cat=...=true#Post40475
https://forums.mirc.com/showflat.php?Cat=...=true#Post30084

There are more, but I lost motivation. Just to perhaps save you the trouble, general consensus is no compiler.

#67431 11/01/04 11:57 PM
D
DaveC
DaveC
D
he well just still want it regardless, i think its better to say way he cant have it (then hes stuffed and cant ask for it again).

like you cant compile this...

alias DOTHIS { $1- }

Well you could but it would be an the intire interpretor in it.

#67432 12/01/04 06:01 AM
Joined: Sep 2003
Posts: 149
S
Vogon poet
Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
Here is a solution: go learn a REAL programming language, and make your own compiler.

#67433 12/01/04 11:25 PM
D
DaveC
DaveC
D
make your own compiler? or do you mean compile your own code?

#67434 13/01/04 05:02 PM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
No, use a real programming language, such as C++. Then you can compile your code.

#67435 13/01/04 07:01 PM
Joined: Jul 2003
Posts: 733
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jul 2003
Posts: 733
im learning C++ right now:) i would like to thank Khaled for making mIRC Script so close to C++, its so easy to understand C++ now that i know some of the more basic mirc script stuffs

#67436 13/01/04 08:11 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
there is most probably already one about somewhere, i doubt khaled is the only person who could make a compiler..
although if i ever came across one i probably wouldn't trust it.

#67437 13/01/04 10:07 PM
D
DaveC
DaveC
D
you can always program in machine code and not have to compile ya code <grin>

#67438 13/01/04 11:15 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
* KingTomato glares at DaveC, Assembly?
* KingTomato Grins

#67439 14/01/04 12:04 AM
D
DaveC
DaveC
D
no worse, assembly still needs to be compiled,
out right machine code, just a hex editor, and alot of time to correct all the jump and data refrences each time you change the code.

Oh my that must have been fun to do back in the stoneages.

#67440 15/01/04 09:14 AM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
a compiler would be great though, i've wanted to make proper programs for ages, c++ is too hard, vb is simple but my compiler doesn't work properly;\

#67441 15/01/04 10:06 AM
Joined: Jan 2003
Posts: 1,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
mIRC scripting is for mIRC only...
it's not meant to build programs in, and it's much much slower and less stable then normal languages like c++ or vb.

this has been discussed many times before, and it's still a worthless idea imho ;-]

#67442 15/01/04 10:42 AM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Quote:
mIRC scripting is for mIRC only...

mIRC is an irc client, but somehow a scripting language got implemented...
it has been brought up many times because a lot of people want it.
if khaled were to say "it will never happen", then i'm sure everyone would give up asking, but every feature has a chance of getting implemented.

#67443 15/01/04 11:24 AM
D
DaveC
DaveC
D
there is a mirc script compiler

from memory you can find it at www.mirc.com

and im pretty sure its called mirc.exe

it compiles one line at a time and executes that line.

Pretty clever considering a line could be being made up within the script itself, so cant be compiled before hand.

#67444 15/01/04 11:28 AM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
aren't you funny..

#67445 15/01/04 02:23 PM
D
DarthAndroid
DarthAndroid
D
he has a point there though that makes a copiler kinda hard: constantly changing text.
why on earth would you want one? if ppl compile their code, can you guess how hard it would be to check it for malicious code?
seriously. i ran a 37kb bot and it parsed faster on my 400 mhz machine than other clients with smaller bots and faster computers. we forget: mirc isnt for scripting. its for chatting. scripting is just an added feature.


Link Copied to Clipboard