mIRC Homepage
Posted By: zetaekis MIRCSCRIPTING Compiler - 11/01/04 04:41 PM
Scripters want mircscripting Compiler for win32 and UNIX ! :P
Posted By: MTec89 Re: MIRCSCRIPTING Compiler - 11/01/04 04:51 PM
mirc isnt made for unix. mirc scripts arnt compiled either, they are plain text open source
Posted By: zetaekis Re: MIRCSCRIPTING Compiler - 11/01/04 04:57 PM
i know, i say than we want mircscripting code compiler
Posted By: cold Re: MIRCSCRIPTING Compiler - 11/01/04 05:15 PM
What for?
Posted By: KingTomato Re: MIRCSCRIPTING Compiler - 11/01/04 07:05 PM
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.
Posted By: DaveC Re: MIRCSCRIPTING Compiler - 11/01/04 11:57 PM
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.
Posted By: Stealth Re: MIRCSCRIPTING Compiler - 12/01/04 06:01 AM
Here is a solution: go learn a REAL programming language, and make your own compiler.
Posted By: DaveC Re: MIRCSCRIPTING Compiler - 12/01/04 11:25 PM
make your own compiler? or do you mean compile your own code?
Posted By: LocutusofBorg Re: MIRCSCRIPTING Compiler - 13/01/04 05:02 PM
No, use a real programming language, such as C++. Then you can compile your code.
Posted By: MTec89 Re: MIRCSCRIPTING Compiler - 13/01/04 07:01 PM
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
Posted By: tidy_trax Re: MIRCSCRIPTING Compiler - 13/01/04 08:11 PM
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.
Posted By: DaveC Re: MIRCSCRIPTING Compiler - 13/01/04 10:07 PM
you can always program in machine code and not have to compile ya code <grin>
Posted By: KingTomato Re: MIRCSCRIPTING Compiler - 13/01/04 11:15 PM
* KingTomato glares at DaveC, Assembly?
* KingTomato Grins
Posted By: DaveC Re: MIRCSCRIPTING Compiler - 14/01/04 12:04 AM
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.
Posted By: tidy_trax Re: MIRCSCRIPTING Compiler - 15/01/04 09:14 AM
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;\
Posted By: Doqnach Re: MIRCSCRIPTING Compiler - 15/01/04 10:06 AM
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 ;-]
Posted By: tidy_trax Re: MIRCSCRIPTING Compiler - 15/01/04 10:42 AM
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.
Posted By: DaveC Re: MIRCSCRIPTING Compiler - 15/01/04 11:24 AM
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.
Posted By: tidy_trax Re: MIRCSCRIPTING Compiler - 15/01/04 11:28 AM
aren't you funny..
Posted By: DarthAndroid Re: MIRCSCRIPTING Compiler - 15/01/04 02:23 PM
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.
© mIRC Discussion Forums