Releases: Mego/Seriously
Finally a new release
What's Changed
- more commands
- Editing the master docs by @evlrobinson in #43
- Update commands.py by @kckennylau in #50
- Update commands.py by @kckennylau in #51
- Update SeriouslyCommands.py by @kckennylau in #54
- Update SeriouslyCommands.py -- faster Fibonacci by @kckennylau in #57
- New command: E0 (α): pop a,b: push [a]*b by @kckennylau in #62
- Update tests.py by @kckennylau in #64
- Optimization of prime-related functions by @kckennylau in #66
- URGENT: BUG-FIX (and heavy optimization of prime-related functions) by @kckennylau in #67
- math.factorial accepts only integers, but float division is used. by @kckennylau in #68
- Update SeriouslyCommands.py by @kckennylau in #80
- Optimizations by @kckennylau in #82
- Optimizations by @kckennylau in #83
- Added Rabin Miller primality test code, as well as added tests for it… by @misingnoglic in #87
- Merge from master by @Mego in #93
- basic file i/o commands by @Mego in #96
- Version cmd by @Mego in #97
- update nice names by @Mego in #98
New Contributors
- @evlrobinson made their first contribution in #43
- @misingnoglic made their first contribution in #87
Full Changelog: v2.0...v2.1.27
Seriously v2.0 (codename Actually)
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
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
So much stuff has been added and changed; it's probably time for a new release. I guess.
The One That Works Better
More commands! A working online IDE! Still no docs. Oh well, 2 out of 3 isn't bad.
The One That Works
Function values now work, which means that every command currently in the commands.txt file works!
The One With Complex Values
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
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.