/Scoop

A programming language with just 1 variable

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Scoop

The programming language with just one variable

Compiling

Just make in the project directory

Programming in scoop

see The programming guide for details

The programs

In the build/ directory there are 3 programs:

  • scoop-interpreter: Launches a scoop "shell" and lets the user introduce commands. More or less the same as executing python without any arguments
  • scoop-file-interpreter: Runs a file
  • string-to-scoop: Since it's a pain in the @ss to write manually the whole set value print to write a string, I made a little program to help. The problem is that it ends up obfuscating the string far too much, but otherwise highly recommended