Question:
is boo script and Python script almost the same?
1970-01-01 00:00:00 UTC
is boo script and Python script almost the same?
Three answers:
2016-03-17 03:56:26 UTC
There's none that I know of (but email Khaled - he's know if anyone would). mIRC scripting language is C-ish, but no C compiler would compile it, since it depends on running in mIRC to do almost anything. (Its inputs and outputs are from and to mIRC internally.) You could probably write a compiler to do a syntax check, but mIRC does a pretty good job of that itself. (And it's about as small as any decent compiler.) Why not just run an IRC server and test the scripts by yourself. (You can't test a script for, say, on text, if it's not running in mIRC to get incoming text.)
2015-08-08 01:20:47 UTC
This Site Might Help You.



RE:

is boo script and Python script almost the same?

i want to know if is boo script and Python script almost the same, where can i learn Boo Script and is it popular?
m b
2013-01-04 02:34:26 UTC
no and yes



boo script is a language heavily based on python but uses's the .net framework not python libarys



it is not really heavily used hence why u are probably having trouble finding tutorials and documentation on it



reason being is its the worst of both python and the .net (IMO) the .net framework had a language invented for it called c# which is the best to use ,net with (again imo)



c# .net = microsoft only (can only work on microsfot system windows etc) mono project does allow small ports to unix and linux but by no means flawless and half your code will have to be re writen however .net is a full rich framework emebeded in to most of windows os and wrappers for pretty much everything you will need with in a windows environment and links in to .net web servers and allows doing huge projects quicky and easily combined with visual studio best ide probably in the world (imo)



python = small quick fun language thats not lacking in power great for scripting platform independted u can be used to do quick scripts easily no checks done untill run time but never the less a pefect langauge for small - medium size projects no so much for big projects (imo but this is heavily argued)



boo = windows only small and not fully maintained and supported ( i mean this in seance of it is maintained but not to point a problem arises on Thursday theres a hotfix for it Saturday and its limited in documentation ) hasn't got visual studio's not actually recognized by Microsoft.







ive been a .net developer since 2005 with .net 2.0 and used python since around 2007 so i would say im pretty use to both .net framework and python but even i wouldn't write anything more than 4-5 class's in boo there no point c# is there and just a quick and easy to use when using the .net framework



truth be told if u want to learn python learn python if u want to learn .net learn c# , boo as a intro to .net will probably give you more problems than it solves due to lack of documentation and tutorials


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...