Sunday, April 30, 2017

glot.io, an open source pastebin with runnable snippets

By Vasudev Ram

> glot.io

I came across this site today via the Net:

glot.io, an open source pastebin with runnable snippets and API.

It allows you to type or paste in snippets of code and then run them on the site.

glot.io supports 36 languages at the time of checking it, from Assembly to TypeScript and many others in between.

I tried it out with a simple Python snippet. It worked. You can see both the snippet and the start of the output in the screenshot below.


I had blogged about these roughly similar sites earlier:

Codingbat, Progress Graphs and Michael Jordan

repl.it, online REPL for many languages, and empythoned

Online Python Tutor looks quite interesting


- Vasudev Ram - Online Python training and consulting

Get updates (via Gumroad) on my forthcoming apps and content.

Jump to posts: Python * DLang * xtopdf

Subscribe to my blog by email

My ActiveState Code recipes

Follow me on: LinkedIn * Twitter

Are you a blogger with some traffic? Get Convertkit:

Email marketing for professional bloggers



2 comments:

gvmcmt said...

The code is open source.

website: https://github.com/prasmussen/glot-www
snippets: https://github.com/prasmussen/glot-snippets
runner-web: https://github.com/prasmussen/glot-run
runner-on-server: https://github.com/prasmussen/glot-code-runner
containers: https://github.com/prasmussen/glot-containers
main github source repository: https://github.com/prasmussen/glot

Unknown said...

repl.it is similar and quite good. It also has a basic debugger :)