rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
344 stars 51 forks source link

Allow engine to run multiple tasks #100

Closed bradshjg closed 7 years ago

bradshjg commented 7 years ago

I noticed what I think was a small bug when I was looking at the recursion limit issue. By the way, thanks for showing me how to use trampoline functions to escape tail call recursion issue, that blew my mind.

append only accepts a single argument, I think the patch keeps the semantics intact.

rougeth commented 7 years ago

@bradshjg it was your PR that made me find that solution, so thank you! :)