Releases: fergusq/roda
Releases · fergusq/roda
Röda 0.14
Röda 0.14
Changelog
- Added
Thread.finishmethod - Added
joinfunction - Added
headersparameter toloadResourceLinesandsaveResource
- Bug fixes
Röda 0.13
Röda 0.13
Change log
Functions
- added
acos - added
addHead - added
addTail - added
asin - added
atan - added
atan2 - added
cbrt - added
ceil - added
connect - added
cos - added
cosh - added
exp - added
floor - added
ln - added
log - added
log10 - added
max - added
min - added
reduceSteps - added
round - added
signum - added
sin - added
sinh - added
sqrt - added
tan - added
tanh
keyssupports now namespaces- bug fixes
Constants
- added
E - added
PI - added
SOURCE_DIR - added
SOURCE_FILE
Language
- changed precedence of the underscore syntax
- bug fixes
Röda 0.12
Röda 0.12 is the next major update of the language. It contains a lot of changes and new features.
Thanks for @kritixilithos for their contribution to the language!
Change log
In addition to what listed below, this version contains also a lot of bug fixes.
Built-in constants
- added
STDERR - added
STDIN - added
STDOUT
Built-in functions
- added
assignGlobalType - added
assignType - added
chars - added
concat - added
count - added
createGlobalType - added
createType - added
enum - added
filePermissions - added
filter - added
getLineto the interactive mode - added
grep - added
ifStdIn - added
ifStdOut - added
importNamespace - added
indexOf - added
inputMode - added
keys - added
kwColorto the interactive mode - added
localImport - added
localImportNamespace - added
lowerCase - added
ls - added
makeSeq - added
orderedUniq - added
parseFloating - added
product - added
randomize - added
reduce - added
reverse - added
safeLocalImport - added
slide - added
sort - added
sum - added
uniq - added
unorderedCount - added
unorderedUniq - added
unpull - added
upperCase - added
varColorto the interactive mode
- improved
bufferedExecandexec - improved
readLines - improved
seq
- removed stream input from
parseInteger
Built-in records
- added
EmptyStreamError - added
FullStreamError - added
IllegalArgumentsError - added
JavaError - added
LeakyPipeError - added
OutOfBoundsError - added
StreamError - added
TypeMismatchError - added
UnknownNameError - added
unpullmethod toStream
Language features
- added
...operator - added
^operator - added
!~operator - added
//=,%=and^= - added
<>operator - added
#!comments - added
`...`strings and string interpolation - added
caller_namespacevariable - added
delcommand - added namespaces
- added operators
+,-and*for lists and/for strings - added operators
<,>,<=and>=for lists - added
pre_loadandpost_load - added regex literals
- added slice step
- made
.=accept all types when the l-value is a string - made floating operators accept integers and vice versa
- made slices l-values
- improved underscore syntax
- improved scope system
- improved standard input
- minor improvements to the language syntax (incl. precedence changes)
- removed automatic list copying
Interpreter features
- added
-eoption - added
-noption - added
-soption - added
-toption and profiling support - added file name auto completion
- added syntax highlighting to the interactive mode
- improved error messages
v0.11-alpha
This version of Röda contains many changes to the standard library.