Skip to content
/ MATL Public

A programming language based on MATLAB and suitable for code golfing

License

Notifications You must be signed in to change notification settings

lmendo/MATL

Repository files navigation

MATL

A programming language based on MATLAB/Octave and suitable for code golf.

The compiler works in MATLAB R2015b or newer. Probably in older versions too, except for some specific functions. It is also compatible with Octave 4.0.0. The compiler tries to ensure consistent behaviour in both platforms. In addition, you can use it at Try it online! and at MATL Online.

Installation: unpack the compressed file to a folder, and make that folder part of MATLAB's or Octave's search path.

Test: running matl 10:&* from the command window should produce a decimal multiplication table.

Usage: see specification document.