Seqbox
Math toolbox for Seqfans (OEIS users) encapsulated in a Raspberry Pi
List of languages/packages
Implemented packages are indicated by bold links, planned packages have a link in italics.
- Javascript: in Chrome, Firefox etc. open a debugging console with Ctrl-shift-J, paste the program (e.g. from A003238) into the console window, press Enter.
 - PARI/GP from https://pari.math.u-bordeaux.fr/
 
Internet
- Javascript
 - Perl, WebPerl code demo
 - Tcl, EmTCL,
 
Other links
- Emscripten.org, a complete Open Source compiler toolchain to WebAssembly, compiles C and C++ code, or any other language that uses LLVM, into WebAssembly
 - jython.org, provides implementations of Python in Java