Skip to content

Releases: Mego/Seriously

Finally a new release

13 Jun 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0...v2.1.27

Seriously v2.0 (codename Actually)

16 Apr 06:53
Compare
Choose a tag to compare

Actually is here!

New Features

  • Python 3 port (sorry Python 2, you just aren't good enough anymore)
  • Ability to read UTF-8 encoded source code and input and write UTF-8 encoded output
  • Implicit input
  • Better organization (but it still needs work)
  • Better numeric and list parsing
  • Under-the-hood performance enhancements
  • More commands
  • Changed some existing commands around in the command list
  • commands.txt is now UTF-8 encoded, so it renders properly in GitHub and most text editors without additional changing of settings

Actually is not backwards-compatible with Seriously. This is a good thing.

Windows Release

02 Mar 20:23
Compare
Choose a tag to compare

The executable contained in this release will create a lightweight installation of Cygwin, and automatically download Seriously and install the prerequisite(s).

The One That Should Have Been Done Long Ago

07 Jan 15:20
Compare
Choose a tag to compare

So much stuff has been added and changed; it's probably time for a new release. I guess.

The One That Works Better

12 Nov 03:00
Compare
Choose a tag to compare

More commands! A working online IDE! Still no docs. Oh well, 2 out of 3 isn't bad.

The One That Works

10 Nov 22:21
Compare
Choose a tag to compare

Function values now work, which means that every command currently in the commands.txt file works!

The One With Complex Values

10 Nov 05:57
Compare
Choose a tag to compare
Pre-release

Complex values now work, and all complex-valued commands have been implemented.

Numeric literals now use ":" as a delimiter, rather than a prefix.

The First Usable Release

09 Nov 02:38
Compare
Choose a tag to compare
Pre-release

REPL environment that supports commands for integral, float, string, and list values. Functional literals can be defined, but most commands won't work with them. Complex values cannot be used yet. Both will be added in a future release.