Back to Blog

Related posts

Read more »

New scripting language

Overview I'm currently working on a scripting language that aims to “make developers' lives a little sweeter”. It's called Amai, runs on a bytecode VM, and is...

Create a Telegram bot quote bot in Ruby

Requirements - Must have an IDE - Project structure: project_folder/ ├── bot.rb ├── quote.rb ├── help.rb ├── start.rb └── Gemfile Note: No .env file is committ...