Sha256: 04815d8facfc7ac9fa2044acb1081052d71d130a883cd59f9486befd728bad07

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

# Läsp changelog

## v0.3.1

Make readline support actually work once released to rubygems by implementing it directly in Ruby.

It does not seem to remember history between runs like rlwrap did, but trying
to deploy an interactive bash script to rubygems is just too much of a headache
and this is almost as nice with just a single line of Ruby.

## v0.3.0

Add readline support in the REPL using rlwrap, this makes the REPL a **lot** nicer to use.

## v0.2.0

Add support for hash-maps with the following added functions to the core library:

- `hash-map`
- `get`
- `assoc`
- `dissoc`

Also adds exit instructions to the REPL welcome message.

## v0.1.1

Fix broken `lasp` executable.

## v0.1.0

First release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lasp-0.3.1 CHANGELOG.md