You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
README.md | 3 months ago | |
charlie.scm | 3 months ago | |
config.scm | 2 years ago |
README.md
charlie
Warning: old bad code/not maintained anymore
An IRC bot in Chicken scheme.
Creating a portable executable:
- Make sure Chicken scheme 5 is installed
- Run
git clone https://git.m455.casa/m455/charlie.git
- Run
cd charlie
- Run
sudo chicken-install matchable
- Run
csc -static charlie.scm
Just copy the charlie
file anywhere you want to run the program.
This will create a portable executable file called charlie
, which includes the Chicken runtime
library. This will also create a charlie.link
file, but you can ignore that or delete it.