Skip to content

egel-lang/egel-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egel-bot

A quick-and-dirty Egel IRC bot to test and showcase dynamic linking of the Egel runtime.

Compiling

This is a Linux application which needs the Egel interpreter libaries, make sure they are compiled and installed.

  • Egel must be installed system wide.
  • Do a default cmake build.

Running the bot

Type the command egel-bot for usage. Type egel-bot node service channel nick to fire up the bot. A script file is provided which you can adopt to your need.

Note that it is trivial to pass an exploding computation to the interpreter. That's on the TODO list.

Releases

No releases published

Packages

No packages published