How would a irc bot written on a tcl stack be against a python / node.js clone?

I believe that eggdrop is the most active / popular bot, and it is written in tcl (and, according to the wiki, the C core, but I did not confirm this).

I am wondering if there will be any performance advantage to recode its functionality in node.js or Python, in addition to making it more accessible, since Python and JS are probably more popular languages, and not many are familiar with tcl .

So, how would they stack vs tcl as a whole, in terms of performance?

+3
source share
2 answers

, eggdrop tcl, C, tcl /.

, eggdrop tcl Python, Lua, JS , .

, , . ? ? ? ? , , " ". eggdrop, IRC .

, , , IRC Eggdrop.

+6

, , - , . , BF (, ) .

, , . Tcl IO, . (Python , , Lua. , JS , .)

, IO , . , Tcl, Python , (Python , , , Tcl , , , , ).

How is this relevant for IRC bots? Well, it all depends on what you do in the bot.

+4
source

Source: https://habr.com/ru/post/1756471/


All Articles