Show HN: Liz – Collaborative Lisp coding on Discord (github.com)
This is a Discord bot I made, which lets you write and evaluate Lisp code in collaborative sessions on Discord.
I wrote it in a short amount of time, partly for learning purposes, but also because I found the idea exciting and it was fun to hack around.
I'd be happy to get your feedback, especially on how to improve the deletion mechanism (maybe make deletion sexpr-based?). I've tried to make the README detailed enough so that it's easy to make some changes and run your own version.
10 comments
[ 0.23 ms ] story [ 69.3 ms ] threadQuick question - why did you decide to create this bot in Rust, instead of the more popular libraries Discord.js or discord.py? Is there a real performance reason, or did you just want to do it in Rust?
(Also, the examples seem to be Scheme)
I'd rather keep building on Discord then port it to different apps and get more, less attractive platforms to support. What do you think?
This was before I was really familiar with Lisp, and looking back I think I would have been way more successful if I was trying to use that instead :D