Skip to content

Releases: Interlisp/medley

medley-211025

25 Oct 04:06
528776d
Compare
Choose a tag to compare

Welcome.

See the Medley README for information on how to set up to use Medley.

What's Changed

Full Changelog: medley-211015...medley-211025

medley-211022b

23 Oct 05:15
b67cf5a
Compare
Choose a tag to compare

See the Medley README for
information on how to set up to use Medley.

Full Changelog: medley-211022...medley-211022b

medley-211022

22 Oct 19:42
d1fe834
Compare
Choose a tag to compare

See the Medley README for
information on how to set up to use Medley.

Changelog: medley-211015...medley-211022

WARNING: THIS RELEASE .tgz files should be unpacked IN the medley directory. This will be fixed in future releases.

medley-211015

16 Oct 03:42
13cfb9b
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Just get the latest version of each.

Alternatively, you can pick up the medley release, and build your own maiko.

Get the Maiko release here.

The medley release comes in two parts:

  1. The "loadups" (download medley-211015-loadups.tgz below)
  2. The "runtime" (download medley-211015-runtime.tgz below)

You won't need the "runtime" if you clone medley; it's just a subset.

To download both using 'gh' GitHub command line:

   gh release download -R Interlisp/medley -p "*"

To use (from a shell/terminal window):

  1. Unpack the medley tar file(s)
  tar -xvfz medley-211015-loadups.tgz
  tar -xvfz medley-211015-runtime.tgz
  1. Unpack the maiko file for your operating system and CPU type, e.g.,

      tar -xvfz maiko-210823.linux.x86_64.tgz
    
  2. This should leave you with two directories, medley and maiko.
    Then you can

    cd medley
    ./run-medley -full
    

What's Changed

Full Changelog: medley-211010...medley-211015

medley-211010

11 Oct 04:16
e222743
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Just get the latest version of each.

Alternatively, you can pick up the medley release, and build your own maiko.

Get the Maiko release here.

The medley release comes in two parts:

  1. The "loadups" (download medley-211010-loadups.tgz below)
  2. The "runtime" (download medley-211010-runtime.tgz below)

You won't need the "runtime" if you clone medley; it's just a subset.

To download both using 'gh' GitHub command line:

   gh release download -R Interlisp/medley -p "*"

To use (from a shell/terminal window):

  1. Unpack the medley tar file(s)
  tar -xvfz medley-211010-loadups.tgz
  tar -xvfz medley-211010-runtime.tgz
  1. Unpack the maiko file for your operating system and CPU type, e.g.,

      tar -xvfz maiko-210823.linux.x86_64.tgz
    
  2. This should leave you with two directories, medley and maiko.
    Then you can

    cd medley
    ./run-medley -full
    

medley-210923

23 Sep 20:02
5a9bc56
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Just get the latest version of each.

Alternatively, you can pick up the medley release, and build your own maiko.

Get the Maiko release here.

The medley release comes in two parts:

  1. The "loadups" (download medley-210923-loadups.tgz below)
  2. The "runtime" (download medley-210923-runtime.tgz below)

You won't need the "runtime" if you clone medley; it's just a subset.

To download both using 'gh' GitHub command line:

   gh release download -R Interlisp/medley -p "*"

To use (from a shell/terminal window):

  1. Unpack the medley tar file(s)
  tar -xvfz medley-210923-loadups.tgz
  tar -xvfz medley-210923-runtime.tgz
  1. Unpack the maiko file for your operating system and CPU type, e.g.,

      tar -xvfz maiko-210823.linux.x86_64.tgz
    
  2. This should leave you with two directories, medley and maiko.
    Then you can

    cd medley
    ./run-medley -full
    

medley-210917

18 Sep 05:40
8ec1ca9
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Just get the latest version of each.

Alternatively, you can pick up the medley release, and build your own maiko.

Get the Maiko release here.

To use (from a shell/terminal window):

  1. Unpack the medley tar file
tar -xvfz medley-210917.tgz
  1. Unpack the maiko file for your operating system and CPU type,e.g.,
     tar -xvfz maiko-210823.linux.x86_64.tgz
  1. This should leave you with two directories, medley and maiko.
    Then you can
    cd medley
    ./run-medley -full
    

medley-210908

08 Sep 21:39
b760d00
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Get the latest version of each.

From a shell/terminal window:

  1. Get the medley release medley-210908.tgz below.

Unpack the medley tar file

tar -xvfz medley-210908.tgz
  1. Get the Maiko release here.
    Unpack the Maiko file for your operating system and CPU type, e.g.,
     tar -xvfz maiko-210823.linux.x86_64.tgz
  1. This should leave you with two directories, medley and maiko.
    Then you can
    cd medley
    ./run-medley -full
    

Alternatives:

  1. Medley
  • Instead of medley-210908.tgz, get medley-210908-loadups-only.tgz and
    • the sources below, or
    • checkout tag medley-210908 in your own clone of the repo
  • You can make your own loadups; see scripts/loadup-and-release.sh
  1. Maiko
  • Get the latest maiko sources and make your own
  cd maiko/bin
  ./makeright x

and, if you're doing a loadup

   ./makeright init

medley-210903

03 Sep 21:20
9d4a879
Compare
Choose a tag to compare

There are separate releases of medley and maiko.
Just get the latest version of each.

Alternatively, you can pick up the medley release, and build your own maiko.

Get the Maiko release here.

To use (from a shell/terminal window):

  1. Unpack the medley tar file
tar -xvfz medley-210903.tgz
  1. Unpack the maiko file for your operating system and CPU type,e.g.,
     tar -xvfz maiko-210823.linux.x86_64.tgz
  1. This should leave you with two directories, medley and maiko.
    Then you can
    cd medley
    ./run-medley -full
    

medley-210831

31 Aug 19:40
f5205e2
Compare
Choose a tag to compare

We've moved to separate releases of medley and maiko.
Just get the latest version of each.

Or, you could pick up the medley release and build your own maiko.
Medley release is here:

 medley-210831.tgz

Maiko relese is here

To use (from a shell/terminal window):

  1. Unpack the medley tar file
tar -xvfz medley-210831.tgz

and the maiko file for your os.arch, e.g.,

     tar -xvfz maiko-210823.linux.x86_64.tgz

This should leave you with two directories, medley and maiko.
Then you can

cd medley
./run-medley -full