v2.5
New update with a bunch of features added!
- Added
.=tosetfor string concatenation; - Added
callercommand, for Bash style stack traces; - Added
try/catchandthrow; - Added logical (non-bitwise)
^^XOR operator inexpr; >actually opens files inO_TRUNCnow (rookie mistake);fn promptno longer forces its output to stderr, user can choose where his prompt goes now;- FD management no longer does manual counting, uses
fcntlinstead; - More RAII in the codebase, reducing bugs.