DisableGraphics / Scoop

A programming language with just 1 variable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A programming language with just 1 variable

License:GNU General Public License v3.0


Languages

Language:C++ 71.3%Language:C 24.1%Language:Makefile 2.5%Language:SuperCollider 1.5%Language:Scala 0.7%