Skip to content

lmendo/MATL

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.