Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@aahnik aahnik released this 18 Nov 05:06
· 36 commits to main since this release
  • rewrite using asynchronous code
  • execute code using rextester api
  • make an evaluation of pythonic expression default
  • give code stats
  • code is non-blocking
  • allow import statements

Take the example of the old versions:
Suppose you give an infinite loop. It will block the bot for 6s. Suppose I give a simple calculation during this time, the bot will do it only after 6s.

In the new ( v0.1.0 + ) version:
You can execute code that takes a longer time, till the rextester limit.
You give a long calculation, the bot will not get blocked. In the meantime, it can do calculations by other people.